Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.client.util |
Client utility classes.
|
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
EventUnderlyingType |
ConfigurationCommonEventTypeMeta.getDefaultEventRepresentation()
Returns the default event representation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonEventTypeMeta.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(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[],Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(Set<String> superTypesSet,
EventUnderlyingType representation,
EventTypeNameResolver eventTypeNameResolver) |
static Pair<EventType[],Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(String[] superTypesSet,
EventUnderlyingType representation,
EventTypeNameResolver eventTypeNameResolver) |
Modifier and Type | Method and Description |
---|---|
EventUnderlyingType |
AnnotationEventRepresentation.value() |
Constructor and Description |
---|
AnnotationEventRepresentation(EventUnderlyingType value) |
Modifier and Type | Method and Description |
---|---|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(Annotation[] annotations,
Configuration configs,
CreateSchemaDesc.AssignedType assignedType) |
Copyright © 2005–2018. All rights reserved.