| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.mvcc.txlog |
| Modifier and Type | Class and Description |
|---|---|
class |
TxRow |
| Modifier and Type | Method and Description |
|---|---|
TxKey |
TxLogInnerIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
TxKey |
TxLogLeafIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
TxLogTree.compare(BPlusIO<TxKey> io,
long pageAddr,
int idx,
TxKey row) |
int |
TxLogInnerIO.compare(long pageAddr,
int off,
TxKey row) |
int |
TxLogLeafIO.compare(long pageAddr,
int off,
TxKey row) |
int |
TxLogIO.compare(long pageAddr,
int off,
TxKey row) |
byte |
TxLog.get(TxKey key) |
void |
TxLog.put(TxKey key,
byte state,
boolean primary) |
void |
TxLogInnerIO.storeByOffset(long pageAddr,
int off,
TxKey row)
Store the needed info about the row in the page.
|
void |
TxLogLeafIO.storeByOffset(long pageAddr,
int off,
TxKey row)
Store the needed info about the row in the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
TxLogTree.compare(BPlusIO<TxKey> io,
long pageAddr,
int idx,
TxKey row) |
TxKey |
TxLogInnerIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
TxKey |
TxLogLeafIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
TxRow |
TxLogTree.getRow(BPlusIO<TxKey> io,
long pageAddr,
int idx,
Object ignored)
Get data row.
|
void |
TxLogInnerIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<TxKey> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
TxLogLeafIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<TxKey> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019