Uses of Class
org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageRowStore
-
Packages that use MetastorageRowStore Package Description org.apache.ignite.internal.processors.cache.persistence.metastorage -
-
Uses of MetastorageRowStore in org.apache.ignite.internal.processors.cache.persistence.metastorage
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return MetastorageRowStore Modifier and Type Method Description MetastorageRowStoreMetastorageTree. rowStore()Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type MetastorageRowStore Modifier and Type Method Description MetastorageDataRowMetastorageBPlusIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)MetastorageDataRowMetastorageInnerIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)MetastorageDataRowMetastorageLeafIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
MetastorageDataRowMetastoragePageIOUtils. getDataRow(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageBPlusIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageInnerIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageLeafIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
StringMetastoragePageIOUtils. getKey(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)Constructors in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type MetastorageRowStore Constructor Description MetastorageTree(int cacheId, String name, PageMemory pageMem, IgniteWriteAheadLogManager wal, AtomicLong globalRmvId, ReuseList reuseList, MetastorageRowStore rowStore, long metaPageId, boolean initNew, @Nullable FailureProcessor failureProcessor, PageLockTrackerManager pageLockTrackerManager, int partId)
-