|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventTypeMetadata.ApplicationType | |
---|---|
com.espertech.esper.event | This package defines the internal event APIs. |
Uses of EventTypeMetadata.ApplicationType in com.espertech.esper.event |
---|
Methods in com.espertech.esper.event that return EventTypeMetadata.ApplicationType | |
---|---|
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(java.lang.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. |
Methods in com.espertech.esper.event with parameters of type EventTypeMetadata.ApplicationType | |
---|---|
static EventTypeMetadata |
EventTypeMetadata.createNonPojoApplicationType(EventTypeMetadata.ApplicationType providedType,
java.lang.String name,
boolean preconfiguredStatic,
boolean preconfigured,
boolean configured,
boolean namedWindow,
boolean insertInto)
Factory for a map type. |
Constructors in com.espertech.esper.event with parameters of type EventTypeMetadata.ApplicationType | |
---|---|
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |