Uses of Class
org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageDataRow
-
Packages that use MetastorageDataRow Package Description org.apache.ignite.internal.processors.cache.persistence.metastorage -
-
Uses of MetastorageDataRow in org.apache.ignite.internal.processors.cache.persistence.metastorage
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return MetastorageDataRow 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)MetastorageDataRowMetastorageTree. getRow(BPlusIO<MetastorageRow> io, long pageAddr, int idx, Object x)Get data row.
-