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

Packages that use QueryGraphValueEntryHashKeyed
com.espertech.esper.epl.join.base Join process interfaces and glue code 
com.espertech.esper.epl.join.exec.base Inner join execution 
com.espertech.esper.epl.join.exec.composite Composite query execution for hash+btree combined lookup. 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
 

Uses of QueryGraphValueEntryHashKeyed in com.espertech.esper.epl.join.base
 

Constructors in com.espertech.esper.epl.join.base with parameters of type QueryGraphValueEntryHashKeyed
HistoricalIndexLookupStrategyIndexSingle(int lookupStream, QueryGraphValueEntryHashKeyed hashKey)
          Ctor.
 

Constructor parameters in com.espertech.esper.epl.join.base with type arguments of type QueryGraphValueEntryHashKeyed
HistoricalIndexLookupStrategyComposite(int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs, java.lang.Class[] rangeCoercionTypes)
           
HistoricalIndexLookupStrategyIndex(EventType eventType, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys)
          Ctor.
 

Uses of QueryGraphValueEntryHashKeyed in com.espertech.esper.epl.join.exec.base
 

Constructor parameters in com.espertech.esper.epl.join.exec.base with type arguments of type QueryGraphValueEntryHashKeyed
CompositeTableLookupStrategy(EventType eventType, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs, PropertyCompositeEventTable index)
          Ctor.
 

Uses of QueryGraphValueEntryHashKeyed in com.espertech.esper.epl.join.exec.composite
 

Method parameters in com.espertech.esper.epl.join.exec.composite with type arguments of type QueryGraphValueEntryHashKeyed
static CompositeIndexQuery CompositeIndexQueryFactory.makeJoinSingleLookupStream(boolean isNWOnTrigger, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes, java.util.List<QueryGraphValueEntryRange> rangeProps, java.lang.Class[] rangeCoercionTypes)
           
 

Constructor parameters in com.espertech.esper.epl.join.exec.composite with type arguments of type QueryGraphValueEntryHashKeyed
CompositeIndexQueryKeyed(boolean isNWOnTrigger, int lookupStream, int numStreams, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes)
           
 

Uses of QueryGraphValueEntryHashKeyed in com.espertech.esper.epl.join.plan
 

Subclasses of QueryGraphValueEntryHashKeyed in com.espertech.esper.epl.join.plan
 class QueryGraphValueEntryHashKeyedExpr
           
 class QueryGraphValueEntryHashKeyedProp
           
 

Methods in com.espertech.esper.epl.join.plan that return QueryGraphValueEntryHashKeyed
 QueryGraphValueEntryHashKeyed IndexedTableLookupPlanSingle.getHashKey()
           
 

Methods in com.espertech.esper.epl.join.plan that return types with arguments of type QueryGraphValueEntryHashKeyed
 java.util.List<QueryGraphValueEntryHashKeyed> TableLookupKeyDesc.getHashes()
           
 java.util.List<QueryGraphValueEntryHashKeyed> QueryPlanIndexUniqueHelper.ReducedHashKeys.getHashKeyFunctions()
           
 java.util.List<QueryGraphValueEntryHashKeyed> QueryGraphValuePairHashKeyIndex.getKeys()
           
 

Method parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryGraphValueEntryHashKeyed
static CoercionDesc CoercionUtil.getCoercionTypesHash(EventType[] typesPerStream, int lookupStream, int indexedStream, java.util.List<QueryGraphValueEntryHashKeyed> keyProps, java.lang.String[] indexProps)
          Returns null if no coercion is required, or an array of classes for use in coercing the lookup keys and index keys into a common type.
static QueryPlanIndexUniqueHelper.ReducedHashKeys QueryPlanIndexUniqueHelper.reduceToUniqueIfPossible(java.lang.String[] hashPropsProvided, java.lang.Class[] hashCoercionTypes, java.util.List<QueryGraphValueEntryHashKeyed> hashFunctions, java.lang.String[][] hashPropsRequiredPerIndex)
           
static java.lang.String QueryGraphValueEntryHashKeyed.toQueryPlan(java.util.List<QueryGraphValueEntryHashKeyed> keyProperties)
           
 

Constructors in com.espertech.esper.epl.join.plan with parameters of type QueryGraphValueEntryHashKeyed
IndexedTableLookupPlanSingle(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum, QueryGraphValueEntryHashKeyed hashKey)
          Ctor.
 

Constructor parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryGraphValueEntryHashKeyed
CompositeTableLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs)
          Ctor.
IndexedTableLookupPlanMulti(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum, java.util.List<QueryGraphValueEntryHashKeyed> keyProperties)
          Ctor.
QueryGraphValuePairHashKeyIndex(java.lang.String[] indexed, java.util.List<QueryGraphValueEntryHashKeyed> key, java.lang.String[] strictKeys)
           
TableLookupKeyDesc(java.util.List<QueryGraphValueEntryHashKeyed> hashes, java.util.List<QueryGraphValueEntryRange> ranges)
           
 

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

Methods in com.espertech.esper.epl.lookup that return QueryGraphValueEntryHashKeyed
 QueryGraphValueEntryHashKeyed SubordPropHashKey.getHashKey()
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type QueryGraphValueEntryHashKeyed
SubordPropHashKey(QueryGraphValueEntryHashKeyed hashKey, java.lang.Integer optionalKeyStreamNum, java.lang.Class coercionType)
           
 


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