Class IndexKeyDefinition
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.IndexKeyDefinition
-
- All Implemented Interfaces:
Externalizable,Serializable
public class IndexKeyDefinition extends Object implements Externalizable
Defines a signle index key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexKeyDefinition()IndexKeyDefinition(int idxTypeCode, Order order, long precision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexKeyTypeidxType()Orderorder()intprecision()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
IndexKeyDefinition
public IndexKeyDefinition()
-
IndexKeyDefinition
public IndexKeyDefinition(int idxTypeCode, Order order, long precision)
-
-
Method Detail
-
order
public Order order()
-
idxType
public IndexKeyType idxType()
-
precision
public int precision()
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-