Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.keys.ByteIndexKey
-
Packages that use ByteIndexKey Package Description org.apache.ignite.internal.cache.query.index.sorted.inline.types -
-
Uses of ByteIndexKey in org.apache.ignite.internal.cache.query.index.sorted.inline.types
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.types that return ByteIndexKey Modifier and Type Method Description protected ByteIndexKeyByteInlineIndexKeyType. get0(long pageAddr, int off)Restores value from inline.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.types with parameters of type ByteIndexKey Modifier and Type Method Description protected intByteInlineIndexKeyType. put0(long pageAddr, int off, ByteIndexKey key, int maxSize)Puts given value into inline index tree.
-