public class IndexKeyDefinition extends Object implements Externalizable
| Constructor and Description |
|---|
IndexKeyDefinition() |
IndexKeyDefinition(int idxType,
Order order,
long precision) |
| Modifier and Type | Method and Description |
|---|---|
int |
idxType() |
Order |
order() |
int |
precision() |
void |
readExternal(ObjectInput in) |
boolean |
validate(IndexKey key) |
void |
writeExternal(ObjectOutput out) |
public IndexKeyDefinition()
public IndexKeyDefinition(int idxType,
Order order,
long precision)
public Order order()
public int idxType()
public int precision()
public boolean validate(IndexKey key)
true if specified key's type matches to the current type, otherwise false.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022