public class HistoricalStreamIndexDesc extends 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(String[] indexProperties,
Class[] indexPropTypes,
Class[] keyPropTypes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getIndexProperties()
Returns index properties.
|
Class[] |
getIndexPropTypes()
Returns index property types.
|
Class[] |
getKeyPropTypes()
Returns key property types.
|
int |
hashCode() |
public String[] getIndexProperties()
public Class[] getIndexPropTypes()
public Class[] getKeyPropTypes()