Uses of Class
com.espertech.esper.collection.Pair

Packages that use Pair
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.stat.olap Views computing OLAP cubes. 
com.espertech.esper.view.stream View to event stream relationship service 
 

Uses of Pair in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return types with arguments of type Pair
 List<Pair<PropertyValueExpression,PropertyValueExpression>> OuterJoinQualifier.getAdditionalProperties()
          Returns optional additional properties in the on-clause of the outer join.
 List<Pair<String,Expression>> OnSetClause.getAssignments()
          Returns the list of variable assignments.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type Pair
 void OnSetClause.setAssignments(List<Pair<String,Expression>> assignments)
          Sets a list of variable assignments.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type Pair
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, ArrayList<Pair<PropertyValueExpression,PropertyValueExpression>> additionalProperties)
          Ctor.
 

Uses of Pair in com.espertech.esper.collection
 

Constructor parameters in com.espertech.esper.collection with type arguments of type Pair
TimeWindowIterator(ArrayDequeJDK6Backport<Pair<Long,ArrayDequeJDK6Backport<EventBean>>> window)
          Ctor.
 

Uses of Pair in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return Pair
 Pair<Viewable,EPStatementStopMethod> EPStatementStartMethod.start(boolean isNewStatement)
          Starts the EPL statement.
 

Uses of Pair in com.espertech.esper.epl.db
 

Methods in com.espertech.esper.epl.db that return Pair
 Pair<Connection,PreparedStatement> ConnectionNoCacheImpl.getConnection()
           
 Pair<Connection,PreparedStatement> ConnectionCacheImpl.getConnection()
           
abstract  Pair<Connection,PreparedStatement> ConnectionCache.getConnection()
          Returns a cached or new connection and statement pair.
protected  Pair<Connection,PreparedStatement> ConnectionCache.makeNew()
          Make a new pair of resources.
 

Methods in com.espertech.esper.epl.db with parameters of type Pair
protected static void ConnectionCache.close(Pair<Connection,PreparedStatement> pair)
          Close resources.
 void ConnectionNoCacheImpl.doneWith(Pair<Connection,PreparedStatement> pair)
           
 void ConnectionCacheImpl.doneWith(Pair<Connection,PreparedStatement> pair)
           
abstract  void ConnectionCache.doneWith(Pair<Connection,PreparedStatement> pair)
          Indicate to return the connection and statement pair after use.
 

Uses of Pair in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression that return Pair
protected static Pair<PropertyResolutionDescriptor,String> ExprIdentNode.getTypeFromStream(StreamTypeService streamTypeService, String unresolvedPropertyName, 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.
 

Methods in com.espertech.esper.epl.expression that return types with arguments of type Pair
 List<Pair<Integer,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 com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type Pair
 Map<String,Map<String,Pair<Class,PluggableObjectType>>> PluggableObjectCollection.getPluggables()
          Returns the underlying nested map of namespace keys and name-to-object maps.
 

Uses of Pair in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable that return Pair
 Pair<Boolean,Object> VariableStateHandler.getHasState(String variableName, int variableNumber, Class type, StatementExtensionSvcContext statementExtContext)
          Returns the current variable state plus Boolean.TRUE if there is a current state since the variable may have the value of null; returns Boolean.FALSE and null if there is no current state
 

Uses of Pair in com.espertech.esper.filter
 

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

Uses of Pair in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return Pair
protected static Pair<Viewable,List<View>> ViewServiceHelper.matchExistingViews(Viewable rootViewable, List<ViewFactory> viewFactories)
          Match the views under the stream to the list of view specications passed in.
 

Uses of Pair in com.espertech.esper.view.stat.olap
 

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

Uses of Pair in com.espertech.esper.view.stream
 

Methods in com.espertech.esper.view.stream that return Pair
 Pair<EventStream,ManagedLock> StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 Pair<EventStream,ManagedLock> StreamFactoryService.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com