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(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(String name,
Class clazz,
boolean isPreConfiguredStatic,
boolean isPreConfigured,
boolean isConfigured,
EventTypeMetadata.TypeClass typeClass)
Factory for a bean type.
|
static EventTypeMetadata |
EventTypeMetadata.createValueAdd(String name,
EventTypeMetadata.TypeClass typeClass)
Factory for a value-add 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.
|