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