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.
|
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(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.
|