Uses of Interface
com.espertech.esper.event.vaevent.ValueAddEventProcessor

Packages that use ValueAddEventProcessor
com.espertech.esper.epl.core.eval Select expression evaluators. 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

Uses of ValueAddEventProcessor in com.espertech.esper.epl.core.eval
 

Constructors in com.espertech.esper.epl.core.eval with parameters of type ValueAddEventProcessor
EvalInsertNoWildcardRevision(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType vaeInnerEventType)
           
EvalInsertNoWildcardSingleColCoercionBeanWrapVariant(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor)
           
EvalInsertNoWildcardSingleColCoercionRevisionBean(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType vaeInnerEventType)
           
EvalInsertNoWildcardSingleColCoercionRevisionBeanWrap(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType vaeInnerEventType)
           
EvalInsertNoWildcardSingleColCoercionRevisionMap(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType vaeInnerEventType)
           
EvalInsertNoWildcardSingleColCoercionRevisionObjectArray(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType vaeInnerEventType)
           
EvalInsertWildcardJoinRevision(SelectExprContext selectExprContext, EventType resultEventType, SelectExprProcessor joinWildcardProcessor, ValueAddEventProcessor vaeProcessor)
           
EvalInsertWildcardRevision(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor)
           
EvalInsertWildcardRevisionWrapper(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor, EventType wrappingEventType)
           
EvalInsertWildcardSSWrapperRevision(SelectExprContext selectExprContext, EventType resultEventType, ValueAddEventProcessor vaeProcessor)
           
 

Uses of ValueAddEventProcessor in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return ValueAddEventProcessor
 ValueAddEventProcessor NamedWindowTailView.getRevisionProcessor()
           
 ValueAddEventProcessor NamedWindowRootView.getRevisionProcessor()
           
 

Methods in com.espertech.esper.epl.named with parameters of type ValueAddEventProcessor
 NamedWindowProcessor NamedWindowMgmtServiceImpl.addProcessor(java.lang.String name, java.lang.String contextName, EventType eventType, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, java.lang.String eplExpression, java.lang.String statementName, boolean isPrioritized, boolean isEnableSubqueryIndexShare, boolean isBatchingDataWindow, boolean isVirtualDataWindow, java.util.Set<java.lang.String> optionalUniqueKeyProps, java.lang.String eventTypeAsName, StatementContext statementContextCreateWindow, NamedWindowDispatchService namedWindowDispatchService)
           
 NamedWindowProcessor NamedWindowMgmtService.addProcessor(java.lang.String name, java.lang.String contextName, EventType eventType, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, java.lang.String eplExpression, java.lang.String statementName, boolean isPrioritized, boolean isEnableSubqueryIndexShare, boolean isBatchingDataWindow, boolean isVirtualDataWindow, java.util.Set<java.lang.String> optionalUniqueKeyProps, java.lang.String eventTypeAsName, StatementContext statementContextCreateWindow, NamedWindowDispatchService namedWindowDispatchService)
          Create a new named window.
 NamedWindowProcessor NamedWindowDispatchServiceImpl.createProcessor(java.lang.String name, NamedWindowMgmtServiceImpl namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, java.lang.String contextName, 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, java.util.Set<java.lang.String> optionalUniqueKeyProps, java.lang.String eventTypeAsName, StatementContext statementContextCreateWindow)
           
 NamedWindowProcessor NamedWindowDispatchService.createProcessor(java.lang.String name, NamedWindowMgmtServiceImpl namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, java.lang.String contextName, 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, java.util.Set<java.lang.String> optionalUniqueKeyProps, java.lang.String eventTypeAsName, StatementContext statementContextCreateWindow)
           
 NamedWindowTailView NamedWindowDispatchServiceImpl.createTailView(EventType eventType, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, boolean prioritized, boolean parentBatchWindow, java.lang.String contextName, TimeSourceService timeSourceService, ConfigurationEngineDefaults.Threading threadingConfig)
           
 NamedWindowTailView NamedWindowDispatchService.createTailView(EventType eventType, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, boolean prioritized, boolean parentBatchWindow, java.lang.String contextName, TimeSourceService timeSourceService, ConfigurationEngineDefaults.Threading threadingConfig)
           
 

Constructors in com.espertech.esper.epl.named with parameters of type ValueAddEventProcessor
NamedWindowProcessor(java.lang.String namedWindowName, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, java.lang.String contextName, 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, java.util.Set<java.lang.String> optionalUniqueKeyProps, java.lang.String eventTypeAsName, StatementContext statementContextCreateWindow)
          Ctor.
NamedWindowRootView(ValueAddEventProcessor revisionProcessor, boolean queryPlanLogging, MetricReportingService metricReportingService, EventType eventType, boolean childBatching, boolean isEnableIndexShare, java.util.Set<java.lang.String> optionalUniqueKeyProps)
           
NamedWindowTailView(EventType eventType, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, boolean prioritized, boolean parentBatchWindow, TimeSourceService timeSourceService, ConfigurationEngineDefaults.Threading threadingConfig)
           
 

Uses of ValueAddEventProcessor in com.espertech.esper.event.vaevent
 

Classes in com.espertech.esper.event.vaevent that implement ValueAddEventProcessor
 class VAERevisionProcessorBase
          Base revision processor.
 class VAERevisionProcessorDeclared
          Provides overlay strategy for property group-based versioning.
 class VAERevisionProcessorMerge
          Provides a set of merge-strategies for merging individual properties (rather then overlaying groups).
 class VAEVariantProcessor
          Represents a variant event stream, allowing events of disparate event types to be treated polymophically.
 

Fields in com.espertech.esper.event.vaevent with type parameters of type ValueAddEventProcessor
protected  java.util.Map<java.lang.String,ValueAddEventProcessor> ValueAddEventServiceImpl.processorsByNamedWindow
          Map of named window name and processor.
protected  java.util.Map<java.lang.String,ValueAddEventProcessor> ValueAddEventServiceImpl.variantProcessors
          Map of revision event stream and variant stream processor.
 

Methods in com.espertech.esper.event.vaevent that return ValueAddEventProcessor
 ValueAddEventProcessor ValueAddEventServiceImpl.getValueAddProcessor(java.lang.String name)
           
 ValueAddEventProcessor ValueAddEventService.getValueAddProcessor(java.lang.String name)
          Gets a value-added event processor.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com