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
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonEventTypeAvro> |
ConfigurationCommon.eventTypesAvro
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonEventTypeAvro |
ConfigurationCommonEventTypeAvro.setAvroSchema(java.lang.Object avroSchema)
Sets the avro schema
|
ConfigurationCommonEventTypeAvro |
ConfigurationCommonEventTypeAvro.setAvroSchemaText(java.lang.String avroSchemaText)
Returns the avro schema text
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonEventTypeAvro> |
ConfigurationCommon.getEventTypesAvro()
Returns the Avro event types.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventTypeAvro(java.lang.String eventTypeName,
ConfigurationCommonEventTypeAvro avro)
Adds an Avro event type
|