com.espertech.esper.epl.lookup
Class IndexMultiKey

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

public class IndexMultiKey
extends java.lang.Object


Constructor Summary
IndexMultiKey(boolean unique, java.util.List<IndexedPropDesc> hashIndexedProps, java.util.List<IndexedPropDesc> rangeIndexedProps)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 IndexedPropDesc[] getHashIndexedProps()
           
 IndexedPropDesc[] getRangeIndexedProps()
           
 int hashCode()
           
 boolean isUnique()
           
 java.lang.String toQueryPlan()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMultiKey

public IndexMultiKey(boolean unique,
                     java.util.List<IndexedPropDesc> hashIndexedProps,
                     java.util.List<IndexedPropDesc> rangeIndexedProps)
Method Detail

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

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