Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.keys.BytesIndexKey
-
Packages that use BytesIndexKey Package Description org.apache.ignite.internal.cache.query.index.sorted.inline.types org.apache.ignite.internal.cache.query.index.sorted.keys -
-
Uses of BytesIndexKey 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 BytesIndexKey Modifier and Type Method Description protected BytesIndexKeyBytesInlineIndexKeyType. 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 BytesIndexKey Modifier and Type Method Description protected intBytesInlineIndexKeyType. inlineSize0(BytesIndexKey val)Return inlined size for specified key.protected intBytesInlineIndexKeyType. put0(long pageAddr, int off, BytesIndexKey key, int maxSize)Puts given value into inline index tree. -
Uses of BytesIndexKey in org.apache.ignite.internal.cache.query.index.sorted.keys
Subclasses of BytesIndexKey in org.apache.ignite.internal.cache.query.index.sorted.keys Modifier and Type Class Description classSignedBytesIndexKey
-