Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.keys.StringIndexKey
-
Packages that use StringIndexKey Package Description org.apache.ignite.internal.cache.query.index.sorted.inline.types -
-
Uses of StringIndexKey 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 StringIndexKey Modifier and Type Method Description protected StringIndexKeyStringInlineIndexKeyType. get0(long pageAddr, int off)Restores value from inline.protected StringIndexKeyStringNoCompareInlineIndexKeyType. 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 StringIndexKey Modifier and Type Method Description protected intStringInlineIndexKeyType. inlineSize0(StringIndexKey key)Return inlined size for specified key.protected intStringNoCompareInlineIndexKeyType. inlineSize0(StringIndexKey key)Return inlined size for specified key.protected intStringInlineIndexKeyType. put0(long pageAddr, int off, StringIndexKey str, int maxSize)Puts given value into inline index tree.protected intStringNoCompareInlineIndexKeyType. put0(long pageAddr, int off, StringIndexKey key, int maxSize)Puts given value into inline index tree.
-