Uses of Class
org.apache.ignite.internal.processors.cache.persistence.IndexStorageImpl.IndexItem
-
Packages that use IndexStorageImpl.IndexItem Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of IndexStorageImpl.IndexItem in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return IndexStorageImpl.IndexItem Modifier and Type Method Description IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreInnerIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreLeafIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IndexStorageImpl.IndexItem Modifier and Type Method Description voidIndexStorageImpl.MetaStoreInnerIO. storeByOffset(long pageAddr, int off, IndexStorageImpl.IndexItem row)Store the needed info about the row in the page.voidIndexStorageImpl.MetaStoreLeafIO. storeByOffset(long buf, int off, IndexStorageImpl.IndexItem row)Store the needed info about the row in the page.Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type IndexStorageImpl.IndexItem Modifier and Type Method Description IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreInnerIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreLeafIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.voidIndexStorageImpl.MetaStoreInnerIO. store(long dstPageAddr, int dstIdx, BPlusIO<IndexStorageImpl.IndexItem> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidIndexStorageImpl.MetaStoreLeafIO. store(long dstPageAddr, int dstIdx, BPlusIO<IndexStorageImpl.IndexItem> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.
-