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 Map<String,ConfigurationEventTypeAvro> |
Configuration.eventTypesAvro
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEventTypeAvro |
ConfigurationEventTypeAvro.setAvroSchema(Object avroSchema)
Sets the avro schema
|
ConfigurationEventTypeAvro |
ConfigurationEventTypeAvro.setAvroSchemaText(String avroSchemaText)
Returns the avro schema text
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationEventTypeAvro> |
ConfigurationInformation.getEventTypesAvro()
Returns the Avro event types.
|
Map<String,ConfigurationEventTypeAvro> |
Configuration.getEventTypesAvro() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addEventTypeAvro(String eventTypeName,
ConfigurationEventTypeAvro avro)
Adds an Avro event type
|
void |
Configuration.addEventTypeAvro(String eventTypeName,
ConfigurationEventTypeAvro avro) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addEventTypeAvro(String eventTypeName,
ConfigurationEventTypeAvro avro) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventAdapterServiceImpl.addAvroType(String eventTypeName,
ConfigurationEventTypeAvro avro,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto) |
EventType |
EventAdapterService.addAvroType(String eventTypeName,
ConfigurationEventTypeAvro avro,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto) |
EventType |
EventAdapterServiceImpl.addAvroType(String eventTypeName,
Map<String,Object> types,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto,
Annotation[] annotations,
ConfigurationEventTypeAvro config,
String statementName,
String engineURI) |
EventType |
EventAdapterService.addAvroType(String eventTypeName,
Map<String,Object> types,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean isNamedWindow,
boolean isInsertInto,
Annotation[] annotations,
ConfigurationEventTypeAvro config,
String statementName,
String engineURI) |
Modifier and Type | Method and Description |
---|---|
AvroSchemaEventType |
EventAdapterAvroHandlerUnsupported.newEventTypeFromNormalized(EventTypeMetadata metadata,
String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName,
String engineURI) |
AvroSchemaEventType |
EventAdapterAvroHandler.newEventTypeFromNormalized(EventTypeMetadata metadata,
String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName,
String engineURI) |
AvroSchemaEventType |
EventAdapterAvroHandlerUnsupported.newEventTypeFromSchema(EventTypeMetadata metadata,
String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
ConfigurationEventTypeAvro requiredConfig,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventAdapterAvroHandler.newEventTypeFromSchema(EventTypeMetadata metadata,
String eventTypeName,
int typeId,
EventAdapterService eventAdapterService,
ConfigurationEventTypeAvro requiredConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |