Uses of Class
com.espertech.esper.epl.join.plan.QueryPlanIndexItem

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(AgentInstanceContext agentInstanceContext, int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean coerceOnAddOnly, boolean unique, java.lang.String optionalIndexName, java.lang.Object optionalSerde, boolean isFireAndForget)
          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()
           
 QueryPlanIndexItem EventTableIndexMetadataEntry.getQueryPlanIndexItem()
           
 

Methods in com.espertech.esper.epl.lookup with parameters of type QueryPlanIndexItem
 void EventTableIndexMetadata.addIndex(boolean isPrimary, IndexMultiKey indexMultiKey, java.lang.String explicitIndexName, java.lang.String statementName, boolean failIfExists, QueryPlanIndexItem optionalQueryPlanIndexItem)
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type QueryPlanIndexItem
EventTableIndexMetadataEntry(java.lang.String optionalIndexName, boolean primary, QueryPlanIndexItem 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-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com