public class HistoricalStreamIndexDesc
extends java.lang.Object
Saves and compares the properties indexed and their types, as well as the types of key properties to account for coercion.
Constructor and Description |
---|
HistoricalStreamIndexDesc(java.lang.String[] indexProperties,
java.lang.Class[] indexPropTypes,
java.lang.Class[] keyPropTypes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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() |
public HistoricalStreamIndexDesc(java.lang.String[] indexProperties, java.lang.Class[] indexPropTypes, java.lang.Class[] keyPropTypes)
indexProperties
- index propertiesindexPropTypes
- index property typeskeyPropTypes
- key property typespublic 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