Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageRow
-
Packages that use MetastorageRow Package Description org.apache.ignite.internal.processors.cache.persistence.metastorage -
-
Uses of MetastorageRow in org.apache.ignite.internal.processors.cache.persistence.metastorage
Classes in org.apache.ignite.internal.processors.cache.persistence.metastorage that implement MetastorageRow Modifier and Type Class Description classMetastorageDataRowclassMetastorageSearchRowMethods in org.apache.ignite.internal.processors.cache.persistence.metastorage with type parameters of type MetastorageRow Modifier and Type Method Description static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
MetastorageDataRowMetastoragePageIOUtils. getDataRow(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
StringMetastoragePageIOUtils. getKey(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
shortMetastoragePageIOUtils. getKeySize(IO io, long pageAddr, int idx)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
longMetastoragePageIOUtils. getLink(IO io, long pageAddr, int idx)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
voidMetastoragePageIOUtils. store(IO dstIo, long dstPageAddr, int dstIdx, BPlusIO<MetastorageRow> srcIo, long srcPageAddr, int srcIdx)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
voidMetastoragePageIOUtils. storeByOffset(IO io, long pageAddr, int off, MetastorageRow row)Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return MetastorageRow Modifier and Type Method Description MetastorageRowMetastorageInnerIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageRowMetastorageLeafIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type MetastorageRow Modifier and Type Method Description protected intMetastorageTree. compare(BPlusIO<MetastorageRow> io, long pageAddr, int idx, MetastorageRow row)voidMetastorageInnerIO. storeByOffset(long pageAddr, int off, MetastorageRow row)Store the needed info about the row in the page.voidMetastorageLeafIO. storeByOffset(long pageAddr, int off, MetastorageRow row)Store the needed info about the row in the page.static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
voidMetastoragePageIOUtils. storeByOffset(IO io, long pageAddr, int off, MetastorageRow row)Method parameters in org.apache.ignite.internal.processors.cache.persistence.metastorage with type arguments of type MetastorageRow Modifier and Type Method Description protected intMetastorageTree. compare(BPlusIO<MetastorageRow> io, long pageAddr, int idx, MetastorageRow row)MetastorageRowMetastorageInnerIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageRowMetastorageLeafIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageDataRowMetastorageTree. getRow(BPlusIO<MetastorageRow> io, long pageAddr, int idx, Object x)Get data row.voidMetastorageInnerIO. store(long dstPageAddr, int dstIdx, BPlusIO<MetastorageRow> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidMetastorageLeafIO. store(long dstPageAddr, int dstIdx, BPlusIO<MetastorageRow> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
voidMetastoragePageIOUtils. store(IO dstIo, long dstPageAddr, int dstIdx, BPlusIO<MetastorageRow> srcIo, long srcPageAddr, int srcIdx)
-