Class UuidIndexKey
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.UuidIndexKey
-
-
Constructor Summary
Constructors Constructor Description UuidIndexKey(UUID key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(IndexKey o)Objectkey()StringtoString()IndexKeyTypetype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.cache.query.index.sorted.keys.IndexKey
isComparableTo
-
-
-
-
Constructor Detail
-
UuidIndexKey
public UuidIndexKey(UUID key)
-
-
Method Detail
-
type
public IndexKeyType type()
- Specified by:
typein interfaceIndexKey- Returns:
- Index key type
IndexKeyType.
-
compare
public int compare(IndexKey o)
-
-