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

Packages that use IndexedPropDesc
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

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

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

Methods in com.espertech.esper.epl.named 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)
           
 

Method parameters in com.espertech.esper.epl.named with type arguments of type IndexedPropDesc
 Pair<IndexMultiKey,EventTableAndNamePair> NamedWindowIndexRepository.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> NamedWindowIndexRepository.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> NamedWindowIndexRepository.addTableCreateOrReuse(java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.lang.Iterable<EventBean> prefilledEvents, EventType indexedType, IndexHint optionalIndexHint, boolean isIndexShare, int subqueryNumber, java.util.Set<java.lang.String> optionalUniqueKeyProps)
           
 Pair<IndexMultiKey,EventTableAndNamePair> NamedWindowIndexRepository.addTableCreateOrReuse(java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, java.lang.Iterable<EventBean> prefilledEvents, EventType indexedType, IndexHint optionalIndexHint, boolean isIndexShare, int subqueryNumber, java.util.Set<java.lang.String> optionalUniqueKeyProps)
           
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 java.lang.String[] IndexedPropDesc.getIndexProperties(java.util.List<IndexedPropDesc> descList)
           
 

Constructor parameters in com.espertech.esper.epl.named with type arguments of type IndexedPropDesc
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)
           
 

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-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com