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 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 ValueAddEventProcessor
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.
NamedWindowRootView(ValueAddEventProcessor revisionProcessor, boolean queryPlanLogging, MetricReportingService metricReportingService, EventType eventType, boolean childBatching, boolean isEnableIndexShare, java.util.Set<java.lang.String> optionalUniqueKeyProps)
           
NamedWindowTailView(EventType eventType, NamedWindowService namedWindowService, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, boolean prioritized, boolean parentBatchWindow)
           
 

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-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com