Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventTypeMetadata.TypeClass |
EventTypeMetadata.getTypeClass()
Returns the type of the type.
|
static EventTypeMetadata.TypeClass |
EventTypeMetadata.TypeClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeMetadata.TypeClass[] |
EventTypeMetadata.TypeClass.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.createBeanType(java.lang.String name,
java.lang.Class clazz,
boolean isPreConfiguredStatic,
boolean isPreConfigured,
boolean isConfigured,
EventTypeMetadata.TypeClass typeClass)
Factory for a bean type.
|
static EventTypeMetadata |
EventTypeMetadata.createValueAdd(java.lang.String name,
EventTypeMetadata.TypeClass typeClass)
Factory for a value-add type.
|
Constructor and Description |
---|
EventTypeMetadata(java.lang.String primaryName,
java.util.Set<java.lang.String> secondaryNames,
EventTypeMetadata.TypeClass typeClass,
boolean isApplicationPreConfiguredStatic,
boolean applicationPreConfigured,
boolean applicationConfigured,
EventTypeMetadata.ApplicationType applicationType,
boolean isPropertyAgnostic)
Ctor.
|