Class EventBeanManufacturerAvro
java.lang.Object
com.espertech.esper.common.internal.avro.core.EventBeanManufacturerAvro
- All Implemented Interfaces:
com.espertech.esper.common.internal.event.core.EventBeanManufacturer
public class EventBeanManufacturerAvro
extends Object
implements com.espertech.esper.common.internal.event.core.EventBeanManufacturer
Factory for ObjectArray-underlying events.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.espertech.esper.common.client.type.EPTypeClass
-
Constructor Summary
ConstructorDescriptionEventBeanManufacturerAvro
(com.espertech.esper.common.internal.event.avro.AvroSchemaEventType eventType, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService, int[] indexPerWritable) -
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.EventBean
makeUnderlying
(Object[] properties)
-
Field Details
-
EPTYPE
public static final com.espertech.esper.common.client.type.EPTypeClass EPTYPE
-
-
Constructor Details
-
EventBeanManufacturerAvro
public EventBeanManufacturerAvro(com.espertech.esper.common.internal.event.avro.AvroSchemaEventType eventType, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService, int[] indexPerWritable)
-
-
Method Details
-
make
- Specified by:
make
in interfacecom.espertech.esper.common.internal.event.core.EventBeanManufacturer
-
makeUnderlying
- Specified by:
makeUnderlying
in interfacecom.espertech.esper.common.internal.event.core.EventBeanManufacturer
-