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