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