Class SignedBytesIndexKey
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.BytesIndexKey
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.SignedBytesIndexKey
-
- All Implemented Interfaces:
IndexKey
public class SignedBytesIndexKey extends BytesIndexKey
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.cache.query.index.sorted.keys.BytesIndexKey
key
-
-
Constructor Summary
Constructors Constructor Description SignedBytesIndexKey(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(IndexKey o)-
Methods inherited from class org.apache.ignite.internal.cache.query.index.sorted.keys.BytesIndexKey
key, toString, type
-
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
-
-
-
-
Method Detail
-
compare
public int compare(IndexKey o)
- Specified by:
comparein interfaceIndexKey- Overrides:
comparein classBytesIndexKey- Returns:
- Comparison result with other IndexKey.
-
-