public class MetastorageInnerIO extends BPlusInnerIO<MetastorageRow> implements MetastorageBPlusIO
ITEMS_OFF, itemSizeCOMMON_HEADER_END, CRC_OFF, MAX_PAYLOAD_SIZE, PAGE_ID_OFF, ROTATED_ID_PART_OFF, T_BPLUS_META, T_CACHE_ID_AWARE_DATA_REF_INNER, T_CACHE_ID_AWARE_DATA_REF_LEAF, T_CACHE_ID_AWARE_PENDING_REF_INNER, T_CACHE_ID_AWARE_PENDING_REF_LEAF, T_CACHE_ID_DATA_REF_MVCC_INNER, T_CACHE_ID_DATA_REF_MVCC_LEAF, T_DATA, T_DATA_METASTORAGE, T_DATA_PART, T_DATA_REF_INNER, T_DATA_REF_LEAF, T_DATA_REF_METASTORAGE_INNER, T_DATA_REF_METASTORAGE_LEAF, T_DATA_REF_MVCC_INNER, T_DATA_REF_MVCC_LEAF, T_DEFRAG_LINK_MAPPING_INNER, T_DEFRAG_LINK_MAPPING_LEAF, T_H2_EX_REF_INNER_END, T_H2_EX_REF_INNER_START, T_H2_EX_REF_LEAF_END, T_H2_EX_REF_LEAF_START, T_H2_EX_REF_MVCC_INNER_END, T_H2_EX_REF_MVCC_INNER_START, T_H2_EX_REF_MVCC_LEAF_END, T_H2_EX_REF_MVCC_LEAF_START, T_H2_MVCC_REF_INNER, T_H2_MVCC_REF_LEAF, T_H2_REF_INNER, T_H2_REF_LEAF, T_MARKER_PAGE, T_META, T_METASTORE_INNER, T_METASTORE_LEAF, T_PAGE_LIST_META, T_PAGE_LIST_NODE, T_PAGE_UPDATE_TRACKING, T_PART_CNTRS, T_PART_META, T_PENDING_REF_INNER, T_PENDING_REF_LEAF, T_TX_LOG_INNER, T_TX_LOG_LEAF, TYPE_OFF, VER_OFFINNER_IO_VERSIONS, LEAF_IO_VERSIONS| Modifier and Type | Method and Description |
|---|---|
MetastorageDataRow |
getDataRow(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
String |
getKey(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
short |
getKeySize(long pageAddr,
int idx) |
long |
getLink(long pageAddr,
int idx) |
MetastorageRow |
getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
void |
store(long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
storeByOffset(long pageAddr,
int off,
MetastorageRow row)
Store the needed info about the row in the page.
|
copyItems, getLeft, getMaxCount, getRight, initNewRoot, insert, offset, setLeftcanGetRow, compactPage, getCount, getForward, getItemsEnd, getItemSize, getRemoveId, initNewPage, isLeaf, merge, printPage, remove, restorePage, setCount, setForward, setRemoveId, splitExistingPage, splitForwardPage, store, visitcopyPage, deriveIndexPageType, getBPlusIO, getBPlusIO, getCompactedSize, getCompactedSize, getCompressedSize, getCompressedSize, getCompressionType, getCompressionType, getCrc, getCrc, getInnerVersions, getLeafVersions, getPageId, getPageId, getPageIO, getPageIO, getPageIO, getRotatedIdPart, getType, getType, getType, getVersion, getVersion, getVersion, isDataPageType, isIndexPage, printPage, registerH2, registerH2ExtraInner, registerH2ExtraLeaf, registerTest, registerTest, setCompactedSize, setCompressedSize, setCompressionType, setCrc, setCrc, setPageId, setRotatedIdPart, setType, setVersion, toStringpublic void storeByOffset(long pageAddr,
int off,
MetastorageRow row)
storeByOffset in class BPlusIO<MetastorageRow>pageAddr - Page address.off - Offset in bytes.row - Lookup or full row.public void store(long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx)
store in class BPlusIO<MetastorageRow>dstPageAddr - Destination page address.dstIdx - Destination index.srcIo - Source IO.srcPageAddr - Source page address.srcIdx - Source index.public MetastorageRow getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx) throws IgniteCheckedException
getLookupRow in class BPlusIO<MetastorageRow>tree - Tree.pageAddr - Page address.idx - Index.IgniteCheckedException - If failed.public long getLink(long pageAddr,
int idx)
getLink in interface MetastorageBPlusIOpageAddr - Page address.idx - Index.public short getKeySize(long pageAddr,
int idx)
getKeySize in interface MetastorageBPlusIOpageAddr - Page address.idx - Index.public String getKey(long pageAddr, int idx, MetastorageRowStore rowStore) throws IgniteCheckedException
getKey in interface MetastorageBPlusIOpageAddr - Page address.idx - Index.IgniteCheckedExceptionpublic MetastorageDataRow getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore) throws IgniteCheckedException
getDataRow in interface MetastorageBPlusIOpageAddr - Page address.idx - Index.rowStore - Row store.IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021