|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryPlanIndexItem | |
---|---|
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
com.espertech.esper.epl.join.table | Indexes for views |
com.espertech.esper.epl.lookup | Subquery execution strategies and lookup indexes |
com.espertech.esper.epl.virtualdw | Virtual data window. |
Uses of QueryPlanIndexItem in com.espertech.esper.epl.join.plan |
---|
Methods in com.espertech.esper.epl.join.plan that return types with arguments of type QueryPlanIndexItem | |
---|---|
java.util.Map<TableLookupIndexReqKey,QueryPlanIndexItem> |
QueryPlanIndex.getItems()
|
Methods in com.espertech.esper.epl.join.plan with parameters of type QueryPlanIndexItem | |
---|---|
boolean |
QueryPlanIndexItem.equalsCompareSortedProps(QueryPlanIndexItem other)
|
static QueryPlanIndex |
QueryPlanIndex.makeIndex(QueryPlanIndexItem... items)
|
Method parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryPlanIndexItem | |
---|---|
static QueryPlanIndex |
QueryPlanIndex.makeIndex(java.util.List<QueryPlanIndexItem> indexesSet)
|
Constructor parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryPlanIndexItem | |
---|---|
QueryPlanIndex(java.util.Map<TableLookupIndexReqKey,QueryPlanIndexItem> items)
|
Uses of QueryPlanIndexItem in com.espertech.esper.epl.join.table |
---|
Methods in com.espertech.esper.epl.join.table with parameters of type QueryPlanIndexItem | |
---|---|
static EventTable |
EventTableUtil.buildIndex(int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
java.lang.String optionalIndexName)
Build an index/table instance using the event properties for the event type. |
Uses of QueryPlanIndexItem in com.espertech.esper.epl.lookup |
---|
Methods in com.espertech.esper.epl.lookup that return QueryPlanIndexItem | |
---|---|
QueryPlanIndexItem |
SubordinateQueryIndexDesc.getQueryPlanIndexItem()
|
Constructors in com.espertech.esper.epl.lookup with parameters of type QueryPlanIndexItem | |
---|---|
SubordinateQueryIndexDesc(IndexKeyInfo indexKeyInfo,
java.lang.String indexName,
IndexMultiKey indexMultiKey,
QueryPlanIndexItem queryPlanIndexItem)
|
Uses of QueryPlanIndexItem in com.espertech.esper.epl.virtualdw |
---|
Methods in com.espertech.esper.epl.virtualdw with parameters of type QueryPlanIndexItem | |
---|---|
EventTable |
VirtualDWViewImpl.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem)
|
EventTable |
VirtualDWView.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |