Uses of Interface
com.espertech.esper.event.ObjectArrayBackedEventBean

Packages that use ObjectArrayBackedEventBean
com.espertech.esper.epl.join.table Indexes for views 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.epl.table.strategy Table access evaluators. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of ObjectArrayBackedEventBean in com.espertech.esper.epl.join.table
 

Constructor parameters in com.espertech.esper.epl.join.table with type arguments of type ObjectArrayBackedEventBean
SingleReferenceEventTable(EventTableOrganization organization, java.util.concurrent.atomic.AtomicReference<ObjectArrayBackedEventBean> eventReference)
           
 

Uses of ObjectArrayBackedEventBean in com.espertech.esper.epl.table.mgmt
 

Methods in com.espertech.esper.epl.table.mgmt that return ObjectArrayBackedEventBean
 ObjectArrayBackedEventBean TableStateInstanceUngroupedImpl.getCreateRowIntoTable(java.lang.Object groupByKey, ExprEvaluatorContext exprEvaluatorContext)
           
 ObjectArrayBackedEventBean TableStateInstanceUngrouped.getCreateRowIntoTable(java.lang.Object groupByKey, ExprEvaluatorContext exprEvaluatorContext)
           
 ObjectArrayBackedEventBean TableStateInstanceGroupedImpl.getCreateRowIntoTable(java.lang.Object groupByKey, ExprEvaluatorContext exprEvaluatorContext)
           
 ObjectArrayBackedEventBean TableStateInstanceGrouped.getCreateRowIntoTable(java.lang.Object groupByKey, ExprEvaluatorContext exprEvaluatorContext)
           
abstract  ObjectArrayBackedEventBean TableStateInstance.getCreateRowIntoTable(java.lang.Object groupByKey, ExprEvaluatorContext exprEvaluatorContext)
           
 ObjectArrayBackedEventBean TableStateInstanceUngroupedImpl.getEventUngrouped()
           
 ObjectArrayBackedEventBean TableStateInstanceUngrouped.getEventUngrouped()
           
 ObjectArrayBackedEventBean TableStateInstanceGroupedImpl.getRowForGroupKey(java.lang.Object groupKey)
           
 ObjectArrayBackedEventBean TableStateInstanceGrouped.getRowForGroupKey(java.lang.Object groupKey)
           
 ObjectArrayBackedEventBean TableStateRowFactory.makeOA(int agentInstanceId, java.lang.Object groupByKey, java.lang.Object groupKeyBinding, AggregationServicePassThru passThru)
           
 

Methods in com.espertech.esper.epl.table.mgmt that return types with arguments of type ObjectArrayBackedEventBean
 java.util.concurrent.atomic.AtomicReference<ObjectArrayBackedEventBean> TableStateInstanceUngroupedImpl.getEventReference()
           
 java.util.Map<java.lang.Object,ObjectArrayBackedEventBean> TableStateInstanceGroupedImpl.getRows()
           
 

Methods in com.espertech.esper.epl.table.mgmt with parameters of type ObjectArrayBackedEventBean
 void TableStateInstanceUngrouped.handleRowUpdated(ObjectArrayBackedEventBean row)
           
 void TableStateInstanceGrouped.handleRowUpdated(ObjectArrayBackedEventBean row)
           
 void TableStateInstance.handleRowUpdated(ObjectArrayBackedEventBean row)
           
 void TableStateInstance.handleRowUpdateKeyAfterUpdate(ObjectArrayBackedEventBean updatedEvent)
           
 void TableStateInstance.handleRowUpdateKeyBeforeUpdate(ObjectArrayBackedEventBean updatedEvent)
           
 

Uses of ObjectArrayBackedEventBean in com.espertech.esper.epl.table.strategy
 

Methods in com.espertech.esper.epl.table.strategy that return ObjectArrayBackedEventBean
protected  ObjectArrayBackedEventBean ExprTableEvalStrategyUngroupedBase.lockTableReadAndGet(ExprEvaluatorContext context)
           
protected  ObjectArrayBackedEventBean ExprTableEvalStrategyGroupByBase.lockTableReadAndGet(java.lang.Object group, ExprEvaluatorContext context)
           
 

Methods in com.espertech.esper.epl.table.strategy with parameters of type ObjectArrayBackedEventBean
protected static java.util.Map<java.lang.String,java.lang.Object> ExprTableEvalStrategyUtil.evalMap(ObjectArrayBackedEventBean event, AggregationRowPair row, java.util.Map<java.lang.String,TableMetadataColumn> items, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
           
protected static java.lang.Object[] ExprTableEvalStrategyUtil.evalTypable(ObjectArrayBackedEventBean event, AggregationRowPair row, java.util.Map<java.lang.String,TableMetadataColumn> items, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
           
static AggregationRowPair ExprTableEvalStrategyUtil.getRow(ObjectArrayBackedEventBean eventBean)
           
 

Uses of ObjectArrayBackedEventBean in com.espertech.esper.event.arr
 

Classes in com.espertech.esper.event.arr that implement ObjectArrayBackedEventBean
 class ObjectArrayEventBean
           
 

Uses of ObjectArrayBackedEventBean in com.espertech.esper.rowregex
 

Fields in com.espertech.esper.rowregex declared as ObjectArrayBackedEventBean
protected  ObjectArrayBackedEventBean EventRowRegexNFAViewFactory.defineMultimatchEventBean
           
 

Methods in com.espertech.esper.rowregex that return ObjectArrayBackedEventBean
static ObjectArrayBackedEventBean EventRowRegexNFAViewFactoryHelper.getDefineMultimatchBean(StatementContext statementContext, java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, EventType parentViewType)
           
 

Constructors in com.espertech.esper.rowregex with parameters of type ObjectArrayBackedEventBean
EventRowRegexNFAView(EventRowRegexNFAViewFactory factory, ObjectArrayEventType compositeEventType, EventType rowEventType, MatchRecognizeSpec matchRecognizeSpec, java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, java.util.Map<java.lang.Integer,java.lang.String> streamsVariables, java.util.Set<java.lang.String> variablesSingle, AgentInstanceContext agentInstanceContext, java.util.TreeMap<java.lang.Integer,java.util.List<ExprPreviousMatchRecognizeNode>> callbacksPerIndex, AggregationServiceMatchRecognize aggregationService, boolean isDefineAsksMultimatches, ObjectArrayBackedEventBean defineMultimatchEventBean, boolean[] isExprRequiresMultimatchState, boolean isUnbound, boolean isIterateOnly, boolean isCollectMultimatches, RowRegexExprNode expandedPatternNode, ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfig, EventRowRegexNFAViewScheduler scheduler)
          Ctor.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com