|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
net.esper.collection | |
net.esper.core | |
net.esper.eql.expression | |
net.esper.eql.parse | |
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. |
Constructor parameters in net.esper.core with type arguments of type Pair | |
---|---|
EPEQLStmtStartMethod(InsertIntoDesc insertIntoDesc,
java.util.List<SelectExprElement> selectionList,
java.util.List<StreamSpec> streams,
java.util.List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
java.util.List<ExprNode> groupByNodes,
ExprNode optionalHavingNode,
OutputLimitSpec optionalOutputLimitViewSpecs,
java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByNodes,
java.lang.String eqlStatement,
EPServicesContext services)
Ctor. |
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. |
Method parameters in net.esper.eql.expression with type arguments of type Pair | |
---|---|
static ResultSetProcessor |
ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList,
InsertIntoDesc insertIntoDesc,
java.util.List<ExprNode> groupByNodes,
ExprNode optionalHavingNode,
OutputLimitSpec outputLimitSpec,
java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
AutoImportService autoImportService)
Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause. |
static OrderByProcessor |
OrderByProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList,
java.util.List<ExprNode> groupByNodes,
java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList,
AggregationService aggregationService,
EventAdapterService eventAdapterService)
Returns processor for order-by clauses. |
Constructor parameters in net.esper.eql.expression with type arguments of type Pair | |
---|---|
OrderByProcessorSimple(java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList,
java.util.List<ExprNode> groupByNodes,
boolean needsGroupByKeys,
AggregationService aggregationService)
Ctor. |
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.Boolean>> |
EQLTreeWalker.getOrderByList()
Returns the list of order-by expression as specified in the ORDER BY clause. |
java.util.List<Pair<ExprNode,java.lang.String>> |
EQLTreeWalker.getSelectListExpressions()
Returns SELECT-clause list of expressions. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |