Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.event.avro |
Avro event type core interfaces.
|
Modifier and Type | Method and Description |
---|---|
SelectExprProcessor |
SelectExprProcessorRepresentationFactory.makeRecast(EventType[] eventTypes,
SelectExprContext selectExprContext,
int streamNumber,
AvroSchemaEventType insertIntoTargetType,
ExprNode[] exprNodes,
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) |
Modifier and Type | Method and Description |
---|---|
Object |
EventAdapterAvroHandlerUnsupported.convertEvent(EventBean theEvent,
AvroSchemaEventType targetType) |
Object |
EventAdapterAvroHandler.convertEvent(EventBean theEvent,
AvroSchemaEventType targetType) |
EventBeanManufacturer |
EventAdapterAvroHandlerUnsupported.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties) |
EventBeanManufacturer |
EventAdapterAvroHandler.getEventBeanManufacturer(AvroSchemaEventType avroSchemaEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties) |
void |
EventAdapterAvroHandlerUnsupported.validateExistingType(EventType existingType,
AvroSchemaEventType proposedType) |
void |
EventAdapterAvroHandler.validateExistingType(EventType existingType,
AvroSchemaEventType proposedType) |