Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.IndexRowImpl
-
-
Uses of IndexRowImpl in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return IndexRowImpl Modifier and Type Method Description IndexRowImplIndexRowCache. get(long link)Get row by link.Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexRowImpl Modifier and Type Method Description voidIndexRowCache. put(IndexRowImpl row)Put row by link. -
Uses of IndexRowImpl in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Subclasses of IndexRowImpl in org.apache.ignite.internal.cache.query.index.sorted.defragmentation Modifier and Type Class Description static classDefragIndexFactory.DefragIndexRowImplIndexRowImpl with index values stored in a byte array. -
Uses of IndexRowImpl in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return IndexRowImpl Modifier and Type Method Description IndexRowImplInlineIndexTree. createIndexRow(long link)Creates an index row for this tree.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexRowImpl Modifier and Type Method Description voidInlineIndexImpl. putIndexRow(IndexRowImpl row)Put index row to index.
-