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,
EPTypeClass[] indexPropTypes,
EPType[] keyPropTypes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getIndexProperties()
Returns index properties.
|
EPTypeClass[] |
getIndexPropTypes()
Returns index property types.
|
EPType[] |
getKeyPropTypes()
Returns key property types.
|
int |
hashCode() |
public HistoricalStreamIndexDesc(String[] indexProperties, EPTypeClass[] indexPropTypes, EPType[] keyPropTypes)
indexProperties
- index propertiesindexPropTypes
- index property typeskeyPropTypes
- key property typespublic String[] getIndexProperties()
public EPTypeClass[] getIndexPropTypes()
public EPType[] getKeyPropTypes()
Copyright © 2005–2022. All rights reserved.