Class NullIndexKey
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.NullIndexKey
-
-
Field Summary
Fields Modifier and Type Field Description static NullIndexKeyINSTANCEInstance.
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final NullIndexKey INSTANCE
Instance.
-
-
Method Detail
-
compare
public int compare(IndexKey o)
-
type
public IndexKeyType type()
- Specified by:
typein interfaceIndexKey- Returns:
- Index key type
IndexKeyType.
-
-