public interface ResultSetProcessorFactory
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType()
Returns the event type of processed results.
|
ResultSetProcessorType |
getResultSetProcessorType()
Returns the type of result set processor.
|
boolean |
hasAggregation() |
ResultSetProcessor |
instantiate(OrderByProcessor orderByProcessor,
AggregationService aggregationService,
AgentInstanceContext agentInstanceContext) |
EventType getResultEventType()
boolean hasAggregation()
ResultSetProcessor instantiate(OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
ResultSetProcessorType getResultSetProcessorType()