Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Field and Description |
---|---|
protected RevisionSpec |
VAERevisionProcessorBase.revisionSpec
Revision type specification.
|
protected RevisionSpec |
UpdateStrategyBase.spec
The specification.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,RevisionSpec> |
ValueAddEventServiceImpl.specificationsByRevisionName
Map of revision event name and revision compiled specification.
|
Modifier and Type | Method and Description |
---|---|
protected static RevisionSpec |
ValueAddEventServiceImpl.validateRevision(String revisioneventTypeName,
ConfigurationRevisionEventType config,
EventAdapterService eventAdapterService)
Valiate the revision configuration.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,RevisionPropertyTypeDesc> |
VAERevisionProcessorDeclared.createPropertyDescriptors(RevisionSpec spec,
PropertyGroupDesc[] groups)
Creates property descriptors for revision.
|
Constructor and Description |
---|
UpdateStrategyBase(RevisionSpec spec)
Ctor.
|
UpdateStrategyDeclared(RevisionSpec spec)
Ctor.
|
UpdateStrategyExists(RevisionSpec spec)
Ctor.
|
UpdateStrategyNonNull(RevisionSpec spec)
Ctor.
|
VAERevisionProcessorBase(RevisionSpec revisionSpec,
String revisioneventTypeName,
EventAdapterService eventAdapterService)
Ctor.
|
VAERevisionProcessorDeclared(String revisionEventTypeName,
RevisionSpec spec,
StatementStopService statementStopService,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Ctor.
|
VAERevisionProcessorMerge(String revisioneventTypeName,
RevisionSpec spec,
StatementStopService statementStopService,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Ctor.
|