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