All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
OutputProcessViewAfterState |
makeOutputConditionAfter(Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
AgentInstanceContext agentInstanceContext) |
OutputProcessViewConditionDeltaSet |
makeOutputConditionChangeSet(boolean isJoin,
AgentInstanceContext agentInstanceContext) |
OutputConditionFactory |
makeOutputConditionCount(int rate,
VariableMetaData variableMetaData,
StatementContext statementContext) |
OutputConditionFactory |
makeOutputConditionCrontab(List<ExprNode> crontabAtSchedule,
StatementContext statementContext,
boolean isStartConditionOnCreation) |
OutputConditionFactory |
makeOutputConditionExpression(ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> thenExpressions,
StatementContext statementContext,
ExprNode andAfterTerminateExpr,
List<OnTriggerSetAssignment> andAfterTerminateThenExpressions,
boolean isStartConditionOnCreation) |
OutputConditionFactory |
makeOutputConditionTime(ExprTimePeriod timePeriodExpr,
boolean isStartConditionOnCreation) |
ResultSetProcessorAggregateAllOutputAllHelper |
makeRSAggregateAllOutputAll(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorAggregateAllOutputLastHelper |
makeRSAggregateAllOutputLast(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorAggregateGroupedOutputAllHelper |
makeRSAggregateGroupedOutputAll(AgentInstanceContext agentInstanceContext,
ResultSetProcessorAggregateGrouped resultSetProcessorAggregateGrouped,
ResultSetProcessorAggregateGroupedFactory prototype) |
ResultSetProcessorAggregateGroupedOutputLastHelper |
makeRSAggregateGroupedOutputLastOpt(AgentInstanceContext agentInstanceContext,
ResultSetProcessorAggregateGrouped resultSetProcessorAggregateGrouped,
ResultSetProcessorAggregateGroupedFactory prototype) |
ResultSetProcessorGroupedOutputAllGroupReps |
makeRSGroupedOutputAllNoOpt(AgentInstanceContext agentInstanceContext,
ExprNode[] groupKeyExpressions,
int numStreams) |
ResultSetProcessorGroupedOutputFirstHelper |
makeRSGroupedOutputFirst(AgentInstanceContext agentInstanceContext,
ExprEvaluator[] groupKeyNodes,
ExprNode[] groupKeyNodeExpressions,
OutputConditionPolledFactory optionalOutputFirstConditionFactory,
AggregationGroupByRollupDesc optionalGroupByRollupDesc,
int optionalRollupLevel) |
ResultSetProcessorRowForAllOutputAllHelper |
makeRSRowForAllOutputAll(ResultSetProcessorRowForAll processor,
ResultSetProcessorRowForAllFactory prototype,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorRowForAllOutputLastHelper |
makeRSRowForAllOutputLast(ResultSetProcessorRowForAll processor,
ResultSetProcessorRowForAllFactory prototype,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorRowPerGroupOutputAllHelper |
makeRSRowPerGroupOutputAllOpt(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroup resultSetProcessorRowPerGroup,
ResultSetProcessorRowPerGroupFactory prototype) |
ResultSetProcessorRowPerGroupOutputLastHelper |
makeRSRowPerGroupOutputLastOpt(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroup resultSetProcessorRowPerGroup,
ResultSetProcessorRowPerGroupFactory prototype) |
ResultSetProcessorRowPerGroupRollupOutputAllHelper |
makeRSRowPerGroupRollupAll(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroupRollup resultSetProcessorRowPerGroupRollup,
ResultSetProcessorRowPerGroupRollupFactory prototype) |
ResultSetProcessorRowPerGroupRollupOutputLastHelper |
makeRSRowPerGroupRollupLast(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroupRollup resultSetProcessorRowPerGroupRollup,
ResultSetProcessorRowPerGroupRollupFactory prototype) |
ResultSetProcessorRowPerGroupRollupUnboundHelper |
makeRSRowPerGroupRollupSnapshotUnbound(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroupRollupFactory prototype) |
ResultSetProcessorRowPerGroupUnboundGroupRep |
makeRSRowPerGroupUnboundGroupRep(AgentInstanceContext agentInstanceContext,
ResultSetProcessorRowPerGroupFactory prototype) |
ResultSetProcessorSimpleOutputAllHelper |
makeRSSimpleOutputAll(ResultSetProcessorSimpleFactory prototype,
ResultSetProcessorSimple resultSetProcessorSimple,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorSimpleOutputLastHelper |
makeRSSimpleOutputLast(ResultSetProcessorSimpleFactory prototype,
ResultSetProcessorSimple simple,
AgentInstanceContext agentInstanceContext) |