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.avro |
Avro event type core interfaces.
|
com.espertech.esper.common.internal.event.eventtyperepo |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonEventTypeAvro> |
ConfigurationCommon.eventTypesAvro
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonEventTypeAvro |
ConfigurationCommonEventTypeAvro.setAvroSchema(Object avroSchema)
Sets the avro schema
|
ConfigurationCommonEventTypeAvro |
ConfigurationCommonEventTypeAvro.setAvroSchemaText(String avroSchemaText)
Returns the avro schema text
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeAvro> |
ConfigurationCommon.getEventTypesAvro()
Returns the Avro event types.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventTypeAvro(String eventTypeName,
ConfigurationCommonEventTypeAvro avro)
Adds an Avro event type
|
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryAvroTypeUtil.buildAvroTypes(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonEventTypeAvro> eventTypesAvro,
EventTypeAvroHandler eventTypeAvroHandler,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Copyright © 2005–2021. All rights reserved.