com.espertech.esper.epl.lookup
Class SubordinateQueryPlannerIndexPropDesc

java.lang.Object
  extended by com.espertech.esper.epl.lookup.SubordinateQueryPlannerIndexPropDesc

public class SubordinateQueryPlannerIndexPropDesc
extends java.lang.Object


Constructor Summary
SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided, java.lang.Class[] hashIndexCoercionType, java.lang.String[] rangeIndexPropsProvided, java.lang.Class[] rangeIndexCoercionType, SubordinateQueryPlannerIndexPropListPair listPair, SubordPropHashKey[] hashJoinedProps, SubordPropRangeKey[] rangeJoinedProps)
           
 
Method Summary
 java.lang.Class[] getHashIndexCoercionType()
           
 java.lang.String[] getHashIndexPropsProvided()
           
 SubordPropHashKey[] getHashJoinedProps()
           
 SubordinateQueryPlannerIndexPropListPair getListPair()
           
 java.lang.Class[] getRangeIndexCoercionType()
           
 java.lang.String[] getRangeIndexPropsProvided()
           
 SubordPropRangeKey[] getRangeJoinedProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubordinateQueryPlannerIndexPropDesc

public SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided,
                                            java.lang.Class[] hashIndexCoercionType,
                                            java.lang.String[] rangeIndexPropsProvided,
                                            java.lang.Class[] rangeIndexCoercionType,
                                            SubordinateQueryPlannerIndexPropListPair listPair,
                                            SubordPropHashKey[] hashJoinedProps,
                                            SubordPropRangeKey[] rangeJoinedProps)
Method Detail

getHashIndexPropsProvided

public java.lang.String[] getHashIndexPropsProvided()

getHashIndexCoercionType

public java.lang.Class[] getHashIndexCoercionType()

getRangeIndexPropsProvided

public java.lang.String[] getRangeIndexPropsProvided()

getRangeIndexCoercionType

public java.lang.Class[] getRangeIndexCoercionType()

getListPair

public SubordinateQueryPlannerIndexPropListPair getListPair()

getHashJoinedProps

public SubordPropHashKey[] getHashJoinedProps()

getRangeJoinedProps

public SubordPropRangeKey[] getRangeJoinedProps()

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