Uses of Class
net.esper.collection.Pair

Packages that use Pair
net.esper.collection   
net.esper.core   
net.esper.eql.expression   
net.esper.eql.parse   
net.esper.event This package defines the Esper Client event API. 
net.esper.filter   
net.esper.view   
net.esper.view.stat.olap   
 

Uses of Pair in net.esper.collection
 

Constructor parameters in net.esper.collection with type arguments of type Pair
TimeWindowIterator(java.util.LinkedList<Pair<java.lang.Long,java.util.LinkedList<EventBean>>> window)
          Ctor.
 

Uses of Pair in net.esper.core
 

Methods in net.esper.core that return Pair
 Pair<Viewable,EPStatementStopMethod> EPEQLStmtStartMethod.start()
          Starts the EQL statement.
 

Uses of Pair in net.esper.eql.expression
 

Methods in net.esper.eql.expression that return Pair
protected static Pair<PropertyResolutionDescriptor,java.lang.String> ExprIdentNode.getTypeFromStream(StreamTypeService streamTypeService, java.lang.String unresolvedPropertyName, java.lang.String streamOrPropertyName)
          Determine stream id and property type given an unresolved property name and a stream name that may also be part of the property name.
 Pair<EventBean[],EventBean[]> ResultSetProcessorSimple.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorRowPerGroup.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorRowForAll.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorAggregateGrouped.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorAggregateAll.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessor.processJoinResult(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
          For use by joins posting their result, process the event rows that are entered and removed (new and old events).
 Pair<EventBean[],EventBean[]> ResultSetProcessorSimple.processViewResult(EventBean[] newData, EventBean[] oldData)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorRowPerGroup.processViewResult(EventBean[] newData, EventBean[] oldData)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorRowForAll.processViewResult(EventBean[] newData, EventBean[] oldData)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorAggregateGrouped.processViewResult(EventBean[] newData, EventBean[] oldData)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessorAggregateAll.processViewResult(EventBean[] newData, EventBean[] oldData)
           
 Pair<EventBean[],EventBean[]> ResultSetProcessor.processViewResult(EventBean[] newData, EventBean[] oldData)
          For use by views posting their result, process the event rows that are entered and removed (new and old events).
 

Methods in net.esper.eql.expression that return types with arguments of type Pair
 java.util.List<Pair<java.lang.Integer,java.lang.String>> ExprNodeIdentifierVisitor.getExprProperties()
          Returns list of event property stream numbers and names that uniquely identify which property is from whcih stream, and the name of each.
 

Uses of Pair in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return types with arguments of type Pair
 java.util.List<Pair<ExprNode,java.lang.String>> EQLTreeWalker.getSelectListExpressions()
          Returns SELECT-clause list of expressions.
 

Uses of Pair in net.esper.event
 

Method parameters in net.esper.event with type arguments of type Pair
static EventBean[] EventBeanUtility.convert(java.util.LinkedList<Pair<EventBean,java.util.Set<EventBean>>> joinData, java.lang.String outerEventName, java.lang.String innerEventName, EventType eventType)
          Convert a list of pairs of event and set of events to an event array using the given names as composite event properties.
static EventBean[] EventBeanUtility.convert(java.util.Set<Pair<EventBean,EventBean>> set, java.lang.String firstEventName, java.lang.String secondEventName, EventType eventType)
          Convert a set of pairs of events to an array of events each event being a map of the underlying event objects.
 

Uses of Pair in net.esper.filter
 

Methods in net.esper.filter that return Pair
static Pair<FilterValueSetParam,FilterParamIndex> IndexHelper.findIndex(java.util.SortedSet<FilterValueSetParam> parameters, java.util.List<FilterParamIndex> indizes)
          Find an index that matches one of the filter parameters passed.
 Pair<FilterParamIndex,java.lang.Object> IndexTreePath.removeFirst()
          Remove and return first index.
 

Uses of Pair in net.esper.view
 

Methods in net.esper.view that return Pair
protected static Pair<Viewable,java.util.List<View>> ViewServiceHelper.matchExistingViews(Viewable rootViewable, java.util.Map<View,ViewSpec> specificationRepository, java.util.List<ViewSpec> specifications)
          Match the views under the stream to the list of view specications passed in.
 

Uses of Pair in net.esper.view.stat.olap
 

Methods in net.esper.view.stat.olap that return Pair
static Pair<Dimension[],Cell[]> CubeDerivedValueHelper.derive(java.lang.String[] measuresToDerive, MultidimCube<BaseStatisticsBean> cube)
          Derive given statistical measures from the multidim.