Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.keys.LongIndexKey
-
Packages that use LongIndexKey Package Description org.apache.ignite.internal.cache.query.index.sorted.inline.types -
-
Uses of LongIndexKey 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 LongIndexKey Modifier and Type Method Description protected LongIndexKeyLongInlineIndexKeyType. 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 LongIndexKey Modifier and Type Method Description protected intLongInlineIndexKeyType. put0(long pageAddr, int off, LongIndexKey key, int maxSize)Puts given value into inline index tree.
-