|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.table.HistoricalStreamIndexDesc
public class HistoricalStreamIndexDesc
Descriptor for an index requirement on a historical stream.
Saves and compares the properties indexed and their types, as well as the types of key properties to account for coercion.
Constructor Summary | |
---|---|
HistoricalStreamIndexDesc(java.lang.String[] indexProperties,
java.lang.Class[] indexPropTypes,
java.lang.Class[] keyPropTypes)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String[] |
getIndexProperties()
Returns index properties. |
java.lang.Class[] |
getIndexPropTypes()
Returns index property types. |
java.lang.Class[] |
getKeyPropTypes()
Returns key property types. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoricalStreamIndexDesc(java.lang.String[] indexProperties, java.lang.Class[] indexPropTypes, java.lang.Class[] keyPropTypes)
indexProperties
- index propertiesindexPropTypes
- index property typeskeyPropTypes
- key property typesMethod Detail |
---|
public java.lang.String[] getIndexProperties()
public java.lang.Class[] getIndexPropTypes()
public java.lang.Class[] getKeyPropTypes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |