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