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

Packages that use SubordPropHashKey
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 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

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

Method parameters in com.espertech.esper.epl.join.exec.composite with type arguments of type SubordPropHashKey
static CompositeIndexQuery CompositeIndexQueryFactory.makeSubordinate(boolean isNWOnTrigger, int numOuterStreams, java.util.Collection<SubordPropHashKey> keyExpr, java.lang.Class[] coercionKeyTypes, java.util.Collection<SubordPropRangeKey> rangeProps, java.lang.Class[] rangeCoercionTypes, java.util.List<java.lang.String> expressionTexts)
           
 

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

Method parameters in com.espertech.esper.epl.join.plan with type arguments of type SubordPropHashKey
static CoercionDesc CoercionUtil.getCoercionTypesHash(EventType viewableEventType, java.lang.String[] indexProps, java.util.List<SubordPropHashKey> hashKeys)
           
 

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

Methods in com.espertech.esper.epl.lookup that return SubordPropHashKey
 SubordPropHashKey[] SubordinateQueryPlannerIndexPropDesc.getHashJoinedProps()
           
 

Methods in com.espertech.esper.epl.lookup that return types with arguments of type SubordPropHashKey
 java.util.Map<java.lang.String,SubordPropHashKey> SubordPropPlan.getHashProps()
           
 java.util.List<SubordPropHashKey> IndexKeyInfo.getOrderedHashDesc()
           
 

Methods in com.espertech.esper.epl.lookup with parameters of type SubordPropHashKey
static IndexKeyInfo SubordinateQueryPlannerUtil.compileIndexKeyInfo(IndexMultiKey indexMultiKey, java.lang.String[] hashIndexPropsProvided, SubordPropHashKey[] hashJoinedProps, java.lang.String[] rangeIndexPropsProvided, SubordPropRangeKey[] rangeJoinedProps)
          Given an index with a defined set of hash(equals) and range(btree) props and uniqueness flag, and given a list of indexable properties and accessors for both hash and range, return the ordered keys and coercion information.
static java.lang.Class[] SubordPropUtil.getCoercionTypes(SubordPropHashKey[] descList)
          Returns the key coercion types.
static java.lang.String[] SubordPropUtil.getKeyProperties(SubordPropHashKey[] descList)
          Returns the key property names.
 

Method parameters in com.espertech.esper.epl.lookup with type arguments of type SubordPropHashKey
static java.lang.Class[] SubordPropUtil.getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
          Returns the key coercion types.
static java.lang.String[] SubordPropUtil.getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
          Returns the key property names.
static int[] SubordPropUtil.getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
          Returns the key stream numbers.
static SubordTableLookupStrategyFactory SubordinateTableLookupStrategyUtil.getLookupStrategy(EventType[] outerStreamTypesZeroIndexed, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, ExprNode[] inKeywordSingleIdxKeys, ExprNode inKeywordMultiIdxKey, boolean isNWOnTrigger)
           
static boolean SubordPropUtil.isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys)
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type SubordPropHashKey
SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided, java.lang.Class[] hashIndexCoercionType, java.lang.String[] rangeIndexPropsProvided, java.lang.Class[] rangeIndexCoercionType, SubordinateQueryPlannerIndexPropListPair listPair, SubordPropHashKey[] hashJoinedProps, SubordPropRangeKey[] rangeJoinedProps)
           
SubordIndexedTableLookupStrategySingleCoercingFactory(boolean isNWOnTrigger, int streamCountOuter, SubordPropHashKey hashKey, java.lang.Class coercionType)
          Ctor.
SubordIndexedTableLookupStrategySingleExprFactory(boolean isNWOnTrigger, int streamCountOuter, SubordPropHashKey hashKey)
           
 

Constructor parameters in com.espertech.esper.epl.lookup with type arguments of type SubordPropHashKey
IndexKeyInfo(java.util.List<SubordPropHashKey> orderedKeyProperties, CoercionDesc orderedKeyCoercionTypes, java.util.List<SubordPropRangeKey> orderedRangeDesc, CoercionDesc orderedRangeCoercionTypes)
           
SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger, int numStreams, java.util.Collection<SubordPropHashKey> keyExpr, java.lang.Class[] coercionKeyTypes, java.util.Collection<SubordPropRangeKey> rangeProps, java.lang.Class[] coercionRangeTypes)
           
SubordIndexedTableLookupStrategyCoercingFactory(boolean isNWOnTrigger, int numStreamsOuter, java.util.List<SubordPropHashKey> hashKeys, java.lang.Class[] coercionTypes)
           
SubordIndexedTableLookupStrategyExprFactory(boolean isNWOnTrigger, int numStreamsOuter, java.util.List<SubordPropHashKey> hashKeys)
           
SubordPropPlan(java.util.Map<java.lang.String,SubordPropHashKey> hashProps, java.util.Map<java.lang.String,SubordPropRangeKey> rangeProps, SubordPropInKeywordSingleIndex inKeywordSingleIndex, SubordPropInKeywordMultiIndex inKeywordMultiIndex)
           
SubordTableLookupStrategyFactoryVDW(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, EventType[] outerStreams, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, SubordPropPlan joinDesc, boolean forceTableScan, SubordinateQueryPlannerIndexPropListPair hashAndRanges)
           
 

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

Method parameters in com.espertech.esper.epl.virtualdw with type arguments of type SubordPropHashKey
 SubordTableLookupStrategy VirtualDWViewImpl.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 SubordTableLookupStrategy VirtualDWView.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 

Constructor parameters in com.espertech.esper.epl.virtualdw with type arguments of type SubordPropHashKey
SubordTableLookupStrategyVirtualDW(java.lang.String namedWindowName, VirtualDataWindowLookup externalIndex, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, int numOuterStreams)
           
 


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