| Modifier and Type | Class and Description |
|---|---|
class |
InlineIndexTree
BPlusTree where nodes stores inlined index keys.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InlineTreeFilterClosure.apply(BPlusTree<IndexRow,IndexRow> tree,
BPlusIO<IndexRow> 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 |
InlineObjectBytesDetector.apply(BPlusTree<IndexRow,IndexRow> tree,
BPlusIO<IndexRow> 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).
|
| Modifier and Type | Method and Description |
|---|---|
IndexRow |
AbstractInlineLeafIO.getLookupRow(BPlusTree<IndexRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
IndexRow |
AbstractInlineInnerIO.getLookupRow(BPlusTree<IndexRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
IndexRow |
AbstractLeafIO.getLookupRow(BPlusTree<IndexRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
IndexRow |
AbstractInnerIO.getLookupRow(BPlusTree<IndexRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| 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 |
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 |
|---|---|
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 |
AbstractDataInnerIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
CacheSearchRow |
AbstractDataLeafIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup 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.
|
| 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.11.0 Release Date : September 11 2021