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

    Fields
    Modifier and Type
    Field
    Description
    static final com.espertech.esper.common.client.type.EPTypeClass
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventBeanManufacturerAvro(com.espertech.esper.common.internal.event.avro.AvroSchemaEventType eventType, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService, int[] indexPerWritable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.client.EventBean
    make(Object[] properties)
     
    makeUnderlying(Object[] properties)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public com.espertech.esper.common.client.EventBean make(Object[] properties)
      Specified by:
      make in interface com.espertech.esper.common.internal.event.core.EventBeanManufacturer
    • makeUnderlying

      public Object makeUnderlying(Object[] properties)
      Specified by:
      makeUnderlying in interface com.espertech.esper.common.internal.event.core.EventBeanManufacturer