Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationRevisionEventType> |
Configuration.revisionEventTypes
All revision event types which allow updates to past events.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationRevisionEventType> |
ConfigurationInformation.getRevisionEventTypes()
Returns a map of revision event type name and revision event type configuration.
|
Map<String,ConfigurationRevisionEventType> |
Configuration.getRevisionEventTypes() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addRevisionEventType(String revisioneventTypeName,
ConfigurationRevisionEventType revisionEventTypeConfig)
Adds an revision event type.
|
void |
Configuration.addRevisionEventType(String revisioneventTypeName,
ConfigurationRevisionEventType revisionEventTypeConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addRevisionEventType(String revisioneventTypeName,
ConfigurationRevisionEventType revisionEventTypeConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventServiceImpl.addRevisionEventType(String revisioneventTypeName,
ConfigurationRevisionEventType config,
EventAdapterService eventAdapterService) |
void |
ValueAddEventService.addRevisionEventType(String name,
ConfigurationRevisionEventType config,
EventAdapterService eventAdapterService)
Adds a new revision event types.
|
protected static RevisionSpec |
ValueAddEventServiceImpl.validateRevision(String revisioneventTypeName,
ConfigurationRevisionEventType config,
EventAdapterService eventAdapterService)
Valiate the revision configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventServiceImpl.init(Map<String,ConfigurationRevisionEventType> configRevision,
Map<String,ConfigurationVariantStream> configVariant,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator) |
void |
ValueAddEventService.init(Map<String,ConfigurationRevisionEventType> revisionTypes,
Map<String,ConfigurationVariantStream> variantStreams,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Called at initialization time, verifies configurations provided.
|