Uses of Class
com.espertech.esper.epl.lookup.IndexedPropDesc

Packages that use IndexedPropDesc
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

Uses of IndexedPropDesc in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.lookup that return IndexedPropDesc
 IndexedPropDesc[] IndexMultiKey.getHashIndexedProps()
           
 IndexedPropDesc[] IndexMultiKey.getRangeIndexedProps()
           
 

Methods in com.espertech.esper.epl.lookup that return types with arguments of type IndexedPropDesc
 java.util.List<IndexedPropDesc> SubordinateQueryPlannerIndexPropListPair.getBtreeProps()
           
 java.util.List<IndexedPropDesc> EventTableCreateIndexDesc.getBtreeProps()
           
 java.util.List<IndexedPropDesc> SubordinateQueryPlannerIndexPropListPair.getHashedProps()
           
 java.util.List<IndexedPropDesc> EventTableCreateIndexDesc.getHashProps()
           
 

Methods in com.espertech.esper.epl.lookup with parameters of type IndexedPropDesc
static java.lang.Class[] IndexedPropDesc.getCoercionTypes(IndexedPropDesc[] descList)
          Returns the key coercion types.
static java.lang.String[] IndexedPropDesc.getIndexProperties(IndexedPropDesc[] descList)
          Returns the index property names given an array of descriptors.
static int IndexedPropDesc.getPropertyIndex(java.lang.String propertyName, IndexedPropDesc[] descList)
           
static void IndexedPropDesc.toQueryPlan(java.io.StringWriter writer, IndexedPropDesc[] indexedProps)
           
 

Method parameters in com.espertech.esper.epl.lookup with type arguments of type IndexedPropDesc
 Pair<IndexMultiKey,EventTableAndNamePair> EventTableIndexRepository.addExplicitIndexOrReuse(boolean unique, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.lang.Iterable<EventBean> prefilledEvents, EventType indexedType, java.lang.String indexName)
           
 Pair<IndexMultiKey,EventTableAndNamePair> EventTableIndexRepository.addExplicitIndexOrReuse(boolean unique, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.lang.Iterable<EventBean> prefilledEvents, EventType indexedType, java.lang.String indexName)
           
static boolean IndexedPropDesc.compare(java.util.List<IndexedPropDesc> first, java.util.List<IndexedPropDesc> second)
           
static boolean IndexedPropDesc.compare(java.util.List<IndexedPropDesc> first, java.util.List<IndexedPropDesc> second)
           
static IndexMultiKey EventTableIndexUtil.findExactMatchNameAndType(java.util.Set<IndexMultiKey> indexMultiKeys, boolean unique, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps)
           
static IndexMultiKey EventTableIndexUtil.findExactMatchNameAndType(java.util.Set<IndexMultiKey> indexMultiKeys, boolean unique, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps)
           
static IndexMultiKey EventTableIndexUtil.findIndexConsiderTyping(java.util.Map<IndexMultiKey,EventTableIndexMetadataEntry> tableIndexesRefCount, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.util.List<IndexHintInstruction> optionalIndexHintInstructions)
           
static IndexMultiKey EventTableIndexUtil.findIndexConsiderTyping(java.util.Map<IndexMultiKey,EventTableIndexMetadataEntry> tableIndexesRefCount, java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.util.List<IndexHintInstruction> optionalIndexHintInstructions)
           
static java.lang.String[] IndexedPropDesc.getIndexProperties(java.util.List<IndexedPropDesc> descList)
           
 

Constructor parameters in com.espertech.esper.epl.lookup with type arguments of type IndexedPropDesc
EventTableCreateIndexDesc(java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, boolean unique)
           
EventTableCreateIndexDesc(java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, boolean unique)
           
IndexMultiKey(boolean unique, java.util.List<IndexedPropDesc> hashIndexedProps, java.util.List<IndexedPropDesc> rangeIndexedProps)
           
IndexMultiKey(boolean unique, java.util.List<IndexedPropDesc> hashIndexedProps, java.util.List<IndexedPropDesc> rangeIndexedProps)
           
SubordinateQueryPlannerIndexPropListPair(java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
SubordinateQueryPlannerIndexPropListPair(java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
 

Uses of IndexedPropDesc in com.espertech.esper.epl.virtualdw
 

Method parameters in com.espertech.esper.epl.virtualdw with type arguments of type IndexedPropDesc
 Pair<IndexMultiKey,EventTable> VirtualDWViewImpl.getSubordinateQueryDesc(boolean unique, java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
 Pair<IndexMultiKey,EventTable> VirtualDWViewImpl.getSubordinateQueryDesc(boolean unique, java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
 Pair<IndexMultiKey,EventTable> VirtualDWView.getSubordinateQueryDesc(boolean unique, java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
 Pair<IndexMultiKey,EventTable> VirtualDWView.getSubordinateQueryDesc(boolean unique, java.util.List<IndexedPropDesc> hashedProps, java.util.List<IndexedPropDesc> btreeProps)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com