Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.avro |
Avro event type core interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationEventTypeAvro> |
Configuration.eventTypesAvro
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEventTypeAvro |
ConfigurationEventTypeAvro.setAvroSchema(java.lang.Object avroSchema)
Sets the avro schema
|
ConfigurationEventTypeAvro |
ConfigurationEventTypeAvro.setAvroSchemaText(java.lang.String avroSchemaText)
Returns the avro schema text
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationEventTypeAvro> |
ConfigurationInformation.getEventTypesAvro()
Returns the Avro event types.
|
java.util.Map<java.lang.String,ConfigurationEventTypeAvro> |
Configuration.getEventTypesAvro() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addEventTypeAvro(java.lang.String eventTypeName,
ConfigurationEventTypeAvro avro)
Adds an Avro event type
|
void |
Configuration.addEventTypeAvro(java.lang.String eventTypeName,
ConfigurationEventTypeAvro avro) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addEventTypeAvro(java.lang.String eventTypeName,
ConfigurationEventTypeAvro avro) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventAdapterServiceImpl.addAvroType(java.lang.String eventTypeName,
ConfigurationEventTypeAvro avro,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto) |
EventType |
EventAdapterService.addAvroType(java.lang.String eventTypeName,
ConfigurationEventTypeAvro avro,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto) |
EventType |
EventAdapterServiceImpl.addAvroType(java.lang.String eventTypeName,
java.util.Map<java.lang.String,java.lang.Object> types,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto,
java.lang.annotation.Annotation[] annotations,
ConfigurationEventTypeAvro config,
java.lang.String statementName,
java.lang.String engineURI) |
EventType |
EventAdapterService.addAvroType(java.lang.String eventTypeName,
java.util.Map<java.lang.String,java.lang.Object> types,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto,
java.lang.annotation.Annotation[] annotations,
ConfigurationEventTypeAvro config,
java.lang.String statementName,
java.lang.String engineURI) |
Modifier and Type | Method and Description |
---|---|
AvroSchemaEventType |
EventAdapterAvroHandlerUnsupported.newEventTypeFromNormalized(EventTypeMetadata metadata,
java.lang.String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.annotation.Annotation[] annotations,
ConfigurationEventTypeAvro optionalConfig,
EventType[] superTypes,
java.util.Set<EventType> deepSuperTypes,
java.lang.String statementName,
java.lang.String engineURI) |
AvroSchemaEventType |
EventAdapterAvroHandler.newEventTypeFromNormalized(EventTypeMetadata metadata,
java.lang.String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.annotation.Annotation[] annotations,
ConfigurationEventTypeAvro optionalConfig,
EventType[] superTypes,
java.util.Set<EventType> deepSuperTypes,
java.lang.String statementName,
java.lang.String engineURI) |
AvroSchemaEventType |
EventAdapterAvroHandlerUnsupported.newEventTypeFromSchema(EventTypeMetadata metadata,
java.lang.String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
ConfigurationEventTypeAvro requiredConfig,
EventType[] supertypes,
java.util.Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventAdapterAvroHandler.newEventTypeFromSchema(EventTypeMetadata metadata,
java.lang.String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
ConfigurationEventTypeAvro requiredConfig,
EventType[] superTypes,
java.util.Set<EventType> deepSuperTypes) |