Class CacheJavaObjectIndexKey
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.JavaObjectIndexKey
-
- org.apache.ignite.internal.cache.query.index.sorted.keys.CacheJavaObjectIndexKey
-
- All Implemented Interfaces:
IndexKey
public class CacheJavaObjectIndexKey extends JavaObjectIndexKey
-
-
Constructor Summary
Constructors Constructor Description CacheJavaObjectIndexKey(CacheObject obj, CacheObjectValueContext valCtx)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytesNoCopy()Objectkey()-
Methods inherited from class org.apache.ignite.internal.cache.query.index.sorted.keys.JavaObjectIndexKey
bytes, compare, hashCode, toString, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.cache.query.index.sorted.keys.IndexKey
isComparableTo
-
-
-
-
Constructor Detail
-
CacheJavaObjectIndexKey
public CacheJavaObjectIndexKey(CacheObject obj, CacheObjectValueContext valCtx)
Constructor.- Parameters:
obj- Object.valCtx- Object value context.
-
-
Method Detail
-
key
public Object key()
- Returns:
- Value of this key.
-
bytesNoCopy
public byte[] bytesNoCopy()
- Specified by:
bytesNoCopyin classJavaObjectIndexKey- Returns:
- Cached byte array that represents a Java object.
-
-