public class SubordinateQueryPlannerIndexPropDesc extends Object
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided,
Class[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
Class[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKeyForge[] hashJoinedProps,
SubordPropRangeKeyForge[] rangeJoinedProps) |
Modifier and Type | Method and Description |
---|---|
Class[] |
getHashIndexCoercionType() |
String[] |
getHashIndexPropsProvided() |
SubordPropHashKeyForge[] |
getHashJoinedProps() |
SubordinateQueryPlannerIndexPropListPair |
getListPair() |
Class[] |
getRangeIndexCoercionType() |
String[] |
getRangeIndexPropsProvided() |
SubordPropRangeKeyForge[] |
getRangeJoinedProps() |
public SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided, Class[] hashIndexCoercionType, String[] rangeIndexPropsProvided, Class[] rangeIndexCoercionType, SubordinateQueryPlannerIndexPropListPair listPair, SubordPropHashKeyForge[] hashJoinedProps, SubordPropRangeKeyForge[] rangeJoinedProps)
public String[] getHashIndexPropsProvided()
public Class[] getHashIndexCoercionType()
public String[] getRangeIndexPropsProvided()
public Class[] getRangeIndexCoercionType()
public SubordinateQueryPlannerIndexPropListPair getListPair()
public SubordPropHashKeyForge[] getHashJoinedProps()
public SubordPropRangeKeyForge[] getRangeJoinedProps()
Copyright © 2005–2018. All rights reserved.