|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueAddEventProcessor | |
---|---|
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.named |
---|
Methods in com.espertech.esper.epl.named with parameters of type ValueAddEventProcessor | |
---|---|
NamedWindowProcessor |
NamedWindowServiceImpl.addProcessor(String name,
EventType eventType,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
|
NamedWindowProcessor |
NamedWindowService.addProcessor(String name,
EventType eventType,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
Create a new named window. |
Constructors in com.espertech.esper.epl.named with parameters of type ValueAddEventProcessor | |
---|---|
NamedWindowProcessor(NamedWindowService namedWindowService,
String windowName,
EventType eventType,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
Ctor. |
|
NamedWindowRootView(ValueAddEventProcessor revisionProcessor)
Ctor. |
|
NamedWindowTailView(EventType eventType,
NamedWindowService namedWindowService,
NamedWindowRootView namedWindowRootView,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
Ctor. |
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. |
Methods in com.espertech.esper.event.vaevent that return ValueAddEventProcessor | |
---|---|
ValueAddEventProcessor |
ValueAddEventServiceImpl.getValueAddProcessor(String alias)
|
ValueAddEventProcessor |
ValueAddEventService.getValueAddProcessor(String alias)
Gets a value-added event processor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |