| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.tree |
| Modifier and Type | Method and Description |
|---|---|
PendingRow |
AbstractPendingEntryLeafIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
AbstractPendingEntryInnerIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
PendingEntriesTree.getRow(BPlusIO<PendingRow> io,
long pageAddr,
int idx,
Object flag)
Get data row.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PendingEntriesTree.compare(BPlusIO<PendingRow> iox,
long pageAddr,
int idx,
PendingRow row) |
void |
AbstractPendingEntryLeafIO.storeByOffset(long pageAddr,
int off,
PendingRow row)
Store the needed info about the row in the page.
|
void |
AbstractPendingEntryInnerIO.storeByOffset(long pageAddr,
int off,
PendingRow row)
Store the needed info about the row in the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PendingEntriesTree.compare(BPlusIO<PendingRow> iox,
long pageAddr,
int idx,
PendingRow row) |
PendingRow |
AbstractPendingEntryLeafIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
AbstractPendingEntryInnerIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
PendingEntriesTree.getRow(BPlusIO<PendingRow> io,
long pageAddr,
int idx,
Object flag)
Get data row.
|
void |
AbstractPendingEntryLeafIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<PendingRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
AbstractPendingEntryInnerIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<PendingRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021