public class IndexMultiKey
extends java.lang.Object
Constructor and Description |
---|
IndexMultiKey(boolean unique,
java.util.List<IndexedPropDesc> hashIndexedProps,
java.util.List<IndexedPropDesc> rangeIndexedProps,
AdvancedIndexDesc advancedIndexDesc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
AdvancedIndexDesc |
getAdvancedIndexDesc() |
IndexedPropDesc[] |
getHashIndexedProps() |
IndexedPropDesc[] |
getRangeIndexedProps() |
int |
hashCode() |
boolean |
isUnique() |
java.lang.String |
toQueryPlan() |
public IndexMultiKey(boolean unique, java.util.List<IndexedPropDesc> hashIndexedProps, java.util.List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexDesc advancedIndexDesc)
public boolean isUnique()
public IndexedPropDesc[] getHashIndexedProps()
public IndexedPropDesc[] getRangeIndexedProps()
public AdvancedIndexDesc getAdvancedIndexDesc()
public java.lang.String toQueryPlan()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object