|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementResultService | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.epl.table.onaction | Table on-action handlers. |
com.espertech.esper.epl.variable | Variable service and variable collections |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of StatementResultService in com.espertech.esper.core.service |
---|
Classes in com.espertech.esper.core.service that implement StatementResultService | |
---|---|
class |
StatementResultServiceImpl
Implements tracking of statement listeners and subscribers for a given statement such as to efficiently dispatch in situations where 0, 1 or more listeners are attached and/or 0 or 1 subscriber (such as iteration-only statement). |
Fields in com.espertech.esper.core.service declared as StatementResultService | |
---|---|
protected StatementResultService |
UpdateDispatchViewBase.statementResultService
Handles result delivery |
Methods in com.espertech.esper.core.service that return StatementResultService | |
---|---|
StatementResultService |
UpdateDispatchViewBase.getStatementResultService()
|
StatementResultService |
StatementContext.getStatementResultService()
Returns the service that handles awareness of listeners/subscriptions for a statement customizing output produced |
StatementResultService |
InternalRoutePreprocessView.getStatementResultService()
|
Constructors in com.espertech.esper.core.service with parameters of type StatementResultService | |
---|---|
InternalRoutePreprocessView(EventType eventType,
StatementResultService statementResultService)
Ctor. |
|
StatementContext(StatementContextEngineServices stmtEngineServices,
byte[] statementIdBytes,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
java.lang.annotation.Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
java.lang.Object statementUserObject)
Constructor. |
|
UpdateDispatchViewBase(StatementResultService statementResultServiceImpl,
DispatchService dispatchService)
Ctor. |
|
UpdateDispatchViewBlockingSpin(StatementResultService statementResultService,
DispatchService dispatchService,
long msecTimeout,
TimeSourceService timeSourceService)
Ctor. |
|
UpdateDispatchViewBlockingWait(StatementResultService statementResultServiceImpl,
DispatchService dispatchService,
long msecTimeout)
Ctor. |
|
UpdateDispatchViewNonBlocking(StatementResultService statementResultServiceImpl,
DispatchService dispatchService)
Ctor. |
Uses of StatementResultService in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type StatementResultService | |
---|---|
static SelectExprProcessor |
SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
SelectClauseElementCompiled[] selectionList,
boolean isUsingWildcard,
InsertIntoDesc insertIntoDesc,
EventType optionalInsertIntoEventType,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
StatementResultService statementResultService,
ValueAddEventService valueAddEventService,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
TableService tableService,
TimeProvider timeProvider,
java.lang.String engineURI,
java.lang.String statementId,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configuration,
SelectExprProcessorDeliveryCallback selectExprProcessorCallback,
NamedWindowService namedWindowService,
IntoTableSpec intoTableClause)
Returns the processor to use for a given select-clause. |
Constructors in com.espertech.esper.epl.core with parameters of type StatementResultService | |
---|---|
SelectExprResultProcessor(StatementResultService statementResultService,
SelectExprProcessor syntheticProcessor,
BindProcessor bindProcessor)
Ctor. |
Uses of StatementResultService in com.espertech.esper.epl.named |
---|
Methods in com.espertech.esper.epl.named that return StatementResultService | |
---|---|
StatementResultService |
NamedWindowTailView.getStatementResultService()
|
StatementResultService |
NamedWindowOnUpdateViewFactory.getStatementResultService()
|
StatementResultService |
NamedWindowOnSelectViewFactory.getStatementResultService()
|
StatementResultService |
NamedWindowOnMergeViewFactory.getStatementResultService()
|
StatementResultService |
NamedWindowOnDeleteViewFactory.getStatementResultService()
|
Methods in com.espertech.esper.epl.named with parameters of type StatementResultService | |
---|---|
NamedWindowProcessor |
NamedWindowServiceImpl.addProcessor(java.lang.String name,
java.lang.String contextName,
boolean singleInstanceContext,
EventType eventType,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
java.lang.String eplExpression,
java.lang.String statementName,
boolean isPrioritized,
boolean isEnableSubqueryIndexShare,
boolean isBatchingDataWindow,
boolean isVirtualDataWindow,
StatementMetricHandle statementMetricHandle,
java.util.Set<java.lang.String> optionalUniqueKeyProps,
java.lang.String eventTypeAsName)
|
NamedWindowProcessor |
NamedWindowService.addProcessor(java.lang.String name,
java.lang.String contextName,
boolean singleInstanceContext,
EventType eventType,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
java.lang.String eplExpression,
java.lang.String statementName,
boolean isPrioritized,
boolean isEnableSubqueryIndexShare,
boolean isBatchingDataWindow,
boolean isVirtualDataWindow,
StatementMetricHandle statementMetricHandle,
java.util.Set<java.lang.String> optionalUniqueKeyProps,
java.lang.String eventTypeAsName)
Create a new named window. |
Constructors in com.espertech.esper.epl.named with parameters of type StatementResultService | |
---|---|
NamedWindowOnDeleteViewFactory(EventType namedWindowEventType,
StatementResultService statementResultService)
|
|
NamedWindowOnMergeViewFactory(EventType namedWindowEventType,
NamedWindowOnMergeHelper namedWindowOnMergeHelper,
StatementResultService statementResultService,
StatementMetricHandle createNamedWindowMetricHandle,
MetricReportingService metricReportingService)
|
|
NamedWindowOnSelectViewFactory(EventType namedWindowEventType,
InternalEventRouter internalEventRouter,
boolean addToFront,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect,
StreamSelector optionalStreamSelector,
java.lang.String optionalInsertIntoTableName)
|
|
NamedWindowOnUpdateViewFactory(EventType namedWindowEventType,
StatementResultService statementResultService,
EventBeanUpdateHelper updateHelper)
|
|
NamedWindowProcessor(java.lang.String namedWindowName,
NamedWindowService namedWindowService,
java.lang.String contextName,
boolean singleInstanceContext,
EventType eventType,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
java.lang.String eplExpression,
java.lang.String statementName,
boolean isPrioritized,
boolean isEnableSubqueryIndexShare,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService,
boolean isBatchingDataWindow,
boolean isVirtualDataWindow,
StatementMetricHandle statementMetricHandle,
java.util.Set<java.lang.String> optionalUniqueKeyProps,
java.lang.String eventTypeAsName)
Ctor. |
|
NamedWindowTailView(EventType eventType,
NamedWindowService namedWindowService,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
boolean prioritized,
boolean parentBatchWindow)
|
Uses of StatementResultService in com.espertech.esper.epl.table.onaction |
---|
Methods in com.espertech.esper.epl.table.onaction that return StatementResultService | |
---|---|
StatementResultService |
TableOnUpdateViewFactory.getStatementResultService()
|
StatementResultService |
TableOnSelectViewFactory.getStatementResultService()
|
StatementResultService |
TableOnMergeViewFactory.getStatementResultService()
|
StatementResultService |
TableOnDeleteViewFactory.getStatementResultService()
|
Constructors in com.espertech.esper.epl.table.onaction with parameters of type StatementResultService | |
---|---|
TableOnDeleteViewFactory(StatementResultService statementResultService,
TableMetadata tableMetadata)
|
|
TableOnMergeViewFactory(TableMetadata tableMetadata,
TableOnMergeHelper onMergeHelper,
StatementResultService statementResultService,
StatementMetricHandle metricsHandle,
MetricReportingServiceSPI metricReportingService)
|
|
TableOnSelectViewFactory(TableMetadata tableMetadata,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect)
|
|
TableOnUpdateViewFactory(StatementResultService statementResultService,
TableMetadata tableMetadata,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy)
|
Uses of StatementResultService in com.espertech.esper.epl.variable |
---|
Methods in com.espertech.esper.epl.variable that return StatementResultService | |
---|---|
StatementResultService |
OnSetVariableViewFactory.getStatementResultService()
|
Constructors in com.espertech.esper.epl.variable with parameters of type StatementResultService | |
---|---|
CreateVariableView(java.lang.String statementId,
EventAdapterService eventAdapterService,
VariableService variableService,
java.lang.String variableName,
StatementResultService statementResultService)
Ctor. |
|
OnSetVariableViewFactory(java.lang.String statementId,
OnTriggerSetDesc desc,
EventAdapterService eventAdapterService,
VariableService variableService,
StatementResultService statementResultService,
ExprEvaluatorContext exprEvaluatorContext)
Ctor. |
Uses of StatementResultService in com.espertech.esper.epl.view |
---|
Methods in com.espertech.esper.epl.view that return StatementResultService | |
---|---|
StatementResultService |
OutputProcessViewDirectFactory.getStatementResultService()
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |