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