| Modifier and Type | Class and Description |
|---|---|
class |
TxLogTree |
| Modifier and Type | Method and Description |
|---|---|
TxKey |
TxLogLeafIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
TxKey |
TxLogInnerIO.getLookupRow(BPlusTree<TxKey,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.ignite.internal.processors.cache.persistence.IndexStorageImpl.IndexItem |
IndexStorageImpl.MetaStoreInnerIO.getLookupRow(BPlusTree<org.apache.ignite.internal.processors.cache.persistence.IndexStorageImpl.IndexItem,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
org.apache.ignite.internal.processors.cache.persistence.IndexStorageImpl.IndexItem |
IndexStorageImpl.MetaStoreLeafIO.getLookupRow(BPlusTree<org.apache.ignite.internal.processors.cache.persistence.IndexStorageImpl.IndexItem,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
<L,T extends L> |
TreeIterator.iterate(BPlusTree<L,T> tree,
PageMemoryEx pageMemory,
BPlusTree.TreeRowClosure<L,T> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetastorageTree |
| Modifier and Type | Method and Description |
|---|---|
MetastorageRow |
MetastorageLeafIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
MetastorageRow |
MetastorageInnerIO.getLookupRow(BPlusTree<MetastorageRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BPlusTree.TreeRowClosure.apply(BPlusTree<L,T> tree,
BPlusIO<L> io,
long pageAddr,
int idx)
Performs inspection or operation on a specified row and returns true if this row is
required or matches or /operation successful (depending on the context).
|
int |
BPlusTree.TreeVisitorClosure.visit(BPlusTree<L,T> tree,
BPlusIO<L> io,
long pageAddr,
int idx,
IgniteWriteAheadLogManager wal)
Performs inspection or operation on a specified row.
|
| Modifier and Type | Method and Description |
|---|---|
abstract L |
BPlusIO.getLookupRow(BPlusTree<L,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
PageHandler<?,R> |
PageHandlerWrapper.wrap(BPlusTree<?,?> tree,
PageHandler<?,R> hnd)
Wraps given
hnd. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDataTree |
class |
PendingEntriesTree |
| Modifier and Type | Method and Description |
|---|---|
CacheSearchRow |
AbstractDataLeafIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
CacheSearchRow |
AbstractDataInnerIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
AbstractPendingEntryInnerIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
PendingRow |
AbstractPendingEntryLeafIO.getLookupRow(BPlusTree<PendingRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MvccUpdateDataRow.visit(BPlusTree<CacheSearchRow,CacheDataRow> tree,
BPlusIO<CacheSearchRow> io,
long pageAddr,
int idx,
IgniteWriteAheadLogManager wal)
Performs inspection or operation on a specified row.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MvccSnapshotSearchRow.apply(BPlusTree<CacheSearchRow,CacheDataRow> tree,
BPlusIO<CacheSearchRow> io,
long pageAddr,
int idx)
Performs inspection or operation on a specified row and returns true if this row is
required or matches or /operation successful (depending on the context).
|
boolean |
MvccFirstRowTreeClosure.apply(BPlusTree<CacheSearchRow,CacheDataRow> tree,
BPlusIO<CacheSearchRow> io,
long pageAddr,
int idx)
Performs inspection or operation on a specified row and returns true if this row is
required or matches or /operation successful (depending on the context).
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021