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