public class AggSvcGroupByAccessOnlyFactory extends java.lang.Object implements AggregationServiceFactory
Constructor and Description |
---|
AggSvcGroupByAccessOnlyFactory(AggregationAccessorSlotPair[] accessors,
AggregationStateFactory[] accessAggSpecs,
java.lang.Object groupKeyBinding,
boolean isJoin)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
MethodResolutionService methodResolutionService) |
public AggSvcGroupByAccessOnlyFactory(AggregationAccessorSlotPair[] accessors, AggregationStateFactory[] accessAggSpecs, java.lang.Object groupKeyBinding, boolean isJoin)
accessors
- accessor definitionsaccessAggSpecs
- access aggregationsisJoin
- true for join, false for single-streampublic AggregationService makeService(AgentInstanceContext agentInstanceContext, MethodResolutionService methodResolutionService)
makeService
in interface AggregationServiceFactory