com.espertech.esper.epl.lookup
Class IndexMultiKey
java.lang.Object
com.espertech.esper.epl.lookup.IndexMultiKey
public class IndexMultiKey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
IndexMultiKey
public IndexMultiKey(boolean unique,
java.util.List<IndexedPropDesc> hashIndexedProps,
java.util.List<IndexedPropDesc> rangeIndexedProps)
isUnique
public boolean isUnique()
getHashIndexedProps
public IndexedPropDesc[] getHashIndexedProps()
getRangeIndexedProps
public IndexedPropDesc[] getRangeIndexedProps()
toQueryPlan
public java.lang.String toQueryPlan()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object