| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.metastorage |
| Modifier and Type | Class and Description |
|---|---|
class |
MetastorageDataRow |
class |
MetastorageSearchRow |
| Modifier and Type | Method and Description |
|---|---|
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getDataRow(IO io,
long pageAddr,
int idx,
MetastorageRowStore rowStore) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getKey(IO io,
long pageAddr,
int idx,
MetastorageRowStore rowStore) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getKeySize(IO io,
long pageAddr,
int idx) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getLink(IO io,
long pageAddr,
int idx) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.store(IO dstIo,
long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.storeByOffset(IO io,
long pageAddr,
int off,
MetastorageRow row) |
| Modifier and Type | Method and Description |
|---|---|
MetastorageRow |
MetastorageInnerIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
MetastorageRow |
MetastorageLeafIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
MetastorageTree.compare(BPlusIO<MetastorageRow> io,
long pageAddr,
int idx,
MetastorageRow row) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.storeByOffset(IO io,
long pageAddr,
int off,
MetastorageRow row) |
void |
MetastorageInnerIO.storeByOffset(long pageAddr,
int off,
MetastorageRow row)
Store the needed info about the row in the page.
|
void |
MetastorageLeafIO.storeByOffset(long pageAddr,
int off,
MetastorageRow row)
Store the needed info about the row in the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
MetastorageTree.compare(BPlusIO<MetastorageRow> io,
long pageAddr,
int idx,
MetastorageRow row) |
MetastorageRow |
MetastorageInnerIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
MetastorageRow |
MetastorageLeafIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
MetastorageDataRow |
MetastorageTree.getRow(BPlusIO<MetastorageRow> io,
long pageAddr,
int idx,
Object x)
Get data row.
|
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.store(IO dstIo,
long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx) |
void |
MetastorageInnerIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
MetastorageLeafIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<MetastorageRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021