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