Class AvroEventBeanGetterIndexedRuntimeKeyed

java.lang.Object
com.espertech.esper.common.internal.avro.getter.AvroEventBeanGetterIndexedRuntimeKeyed
All Implemented Interfaces:
com.espertech.esper.common.client.EventPropertyGetterIndexed, com.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI

public class AvroEventBeanGetterIndexedRuntimeKeyed extends Object implements com.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression
    eventBeanGetIndexedCodegen(com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression beanExpression, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression key)
     
    get(com.espertech.esper.common.client.EventBean eventBean, int index)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AvroEventBeanGetterIndexedRuntimeKeyed

      public AvroEventBeanGetterIndexedRuntimeKeyed(int pos)
  • Method Details

    • get

      public Object get(com.espertech.esper.common.client.EventBean eventBean, int index) throws com.espertech.esper.common.client.PropertyAccessException
      Specified by:
      get in interface com.espertech.esper.common.client.EventPropertyGetterIndexed
      Throws:
      com.espertech.esper.common.client.PropertyAccessException
    • eventBeanGetIndexedCodegen

      public com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression eventBeanGetIndexedCodegen(com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression beanExpression, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression key)
      Specified by:
      eventBeanGetIndexedCodegen in interface com.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI