Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventTypeMetadata.ApplicationType |
EventTypeMetadata.getOptionalApplicationType()
The type of the application event type or null if not an application event type.
|
static EventTypeMetadata.ApplicationType |
EventTypeMetadata.ApplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeMetadata.ApplicationType[] |
EventTypeMetadata.ApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EventTypeMetadata |
EventTypeMetadata.createAnonymous(String associationName,
EventTypeMetadata.ApplicationType applicationType)
Factory for an anonymous type.
|
static EventTypeMetadata |
EventTypeMetadata.createNonPojoApplicationType(EventTypeMetadata.ApplicationType providedType,
String name,
boolean preconfiguredStatic,
boolean preconfigured,
boolean configured,
boolean namedWindow,
boolean insertInto)
Factory for a map type.
|
Constructor and Description |
---|
EventTypeMetadata(String primaryName,
Set<String> secondaryNames,
EventTypeMetadata.TypeClass typeClass,
boolean isApplicationPreConfiguredStatic,
boolean applicationPreConfigured,
boolean applicationConfigured,
EventTypeMetadata.ApplicationType applicationType,
boolean isPropertyAgnostic)
Ctor.
|