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.internal.event.eventtyperepo | |
com.espertech.esper.common.internal.event.json.compiletime |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationCommonEventTypeAvro
Configuration for Avro event types.
|
class |
ConfigurationCommonEventTypeJson
Configuration information for JSON event types.
|
class |
ConfigurationCommonEventTypeMap
Configuration object for Map-based event types.
|
class |
ConfigurationCommonEventTypeObjectArray
Configuration object for Object array-based event types.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
EventTypeRepositoryUtil.getCreationOrder(Set<String> firstSet,
Set<String> secondSet,
Map<String,? extends ConfigurationCommonEventTypeWithSupertype> configurations) |
protected static Map<String,Set<String>> |
EventTypeRepositoryMapTypeUtil.toTypesReferences(Map<String,? extends ConfigurationCommonEventTypeWithSupertype> mapTypeConfigurations) |
Modifier and Type | Method and Description |
---|---|
static EventTypeForgablesPair |
JsonEventTypeUtility.makeJsonTypeCompileTimeNewType(EventTypeMetadata metadata,
Map<String,Object> compiledTyping,
Pair<EventType[],Set<EventType>> superTypes,
ConfigurationCommonEventTypeWithSupertype config,
StatementRawInfo raw,
StatementCompileTimeServices services) |
Copyright © 2005–2021. All rights reserved.