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