Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
EventUnderlyingType |
ConfigurationEngineDefaults.EventMeta.getDefaultEventRepresentation()
Returns the default event representation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.EventMeta.setDefaultEventRepresentation(EventUnderlyingType defaultEventRepresentation)
Sets the default event representation.
|
Modifier and Type | Method and Description |
---|---|
static EventUnderlyingType |
EventUnderlyingType.getDefault()
Returns the default underlying type.
|
static EventUnderlyingType |
EventUnderlyingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventUnderlyingType[] |
EventUnderlyingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Pair<EventType[],java.util.Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(ConfigurationEventTypeWithSupertype optionalConfig,
EventUnderlyingType representation,
java.util.Map<java.lang.String,? extends EventType> nameToTypeMap) |
static Pair<EventType[],java.util.Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(java.util.Set<java.lang.String> superTypesSet,
EventUnderlyingType representation,
java.util.Map<java.lang.String,? extends EventType> nameToTypeMap) |
Modifier and Type | Method and Description |
---|---|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(java.lang.annotation.Annotation[] annotations,
ConfigurationInformation configs,
CreateSchemaDesc.AssignedType assignedType) |