Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageBPlusIO
-
Packages that use MetastorageBPlusIO Package Description org.apache.ignite.internal.processors.cache.persistence.metastorage -
-
Uses of MetastorageBPlusIO in org.apache.ignite.internal.processors.cache.persistence.metastorage
Classes in org.apache.ignite.internal.processors.cache.persistence.metastorage that implement MetastorageBPlusIO Modifier and Type Class Description classMetastorageInnerIOclassMetastorageLeafIOMethods in org.apache.ignite.internal.processors.cache.persistence.metastorage with type parameters of type MetastorageBPlusIO 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)
-