| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInlineLeafIO
Leaf page to store index rows with inlined keys.
|
class |
AbstractLeafIO
Leaf page to store index rows.
|
class |
InlineLeafIO
Represents common API for inline IOs.
|
class |
LeafIO
Leaf page for index rows without inline payload.
|
class |
MvccInlineLeafIO
Leaf page for inlined MVCC index rows.
|
class |
MvccLeafIO
Leaf page for inlined MVCC index rows.
|
| Modifier and Type | Method and Description |
|---|---|
static IOVersions<? extends BPlusLeafIO<IndexRow>> |
AbstractInlineLeafIO.versions(int payload,
boolean mvccEnabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
TxLogLeafIO |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexStorageImpl.MetaStoreLeafIO |
| Modifier and Type | Field and Description |
|---|---|
static IOVersions<? extends BPlusLeafIO<?>> |
LinkMap.LEAF_IO_VERSIONS |
| Modifier and Type | Class and Description |
|---|---|
class |
MetastorageLeafIO |
| Modifier and Type | Method and Description |
|---|---|
protected BPlusLeafIO<L> |
BPlusTree.latestLeafIO() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BPlusTree.setIos(IOVersions<? extends BPlusInnerIO<L>> innerIos,
IOVersions<? extends BPlusLeafIO<L>> leafIos) |
| Constructor and Description |
|---|
BPlusTree(String name,
int cacheGrpId,
String cacheGrpName,
PageMemory pageMem,
IgniteWriteAheadLogManager wal,
AtomicLong globalRmvId,
long metaPageId,
ReuseList reuseList,
IOVersions<? extends BPlusInnerIO<L>> innerIos,
IOVersions<? extends BPlusLeafIO<L>> leafIos,
byte pageFlag,
@Nullable FailureProcessor failureProcessor,
@Nullable PageLockListener lockLsnr) |
| Modifier and Type | Method and Description |
|---|---|
static IOVersions<? extends BPlusLeafIO<?>> |
PageIO.getLeafVersions(int idx,
boolean mvcc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PageIO.registerTest(BPlusInnerIO<?> innerIO,
BPlusLeafIO<?> leafIO)
Registers IOs for testing.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PageIO.registerH2(IOVersions<? extends BPlusInnerIO<?>> innerIOs,
IOVersions<? extends BPlusLeafIO<?>> leafIOs,
IOVersions<? extends BPlusInnerIO<?>> mvccInnerIOs,
IOVersions<? extends BPlusLeafIO<?>> mvccLeafIOs)
Registers this B+Tree IO versions.
|
static void |
PageIO.registerH2(IOVersions<? extends BPlusInnerIO<?>> innerIOs,
IOVersions<? extends BPlusLeafIO<?>> leafIOs,
IOVersions<? extends BPlusInnerIO<?>> mvccInnerIOs,
IOVersions<? extends BPlusLeafIO<?>> mvccLeafIOs)
Registers this B+Tree IO versions.
|
static void |
PageIO.registerH2ExtraLeaf(IOVersions<? extends BPlusLeafIO<?>> leafExtIOs,
boolean mvcc)
Registers extra inner IO versions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataLeafIO |
class |
AbstractPendingEntryLeafIO |
class |
CacheIdAwareDataLeafIO |
class |
CacheIdAwarePendingEntryLeafIO |
class |
DataLeafIO |
class |
PendingEntryLeafIO |
| Modifier and Type | Class and Description |
|---|---|
class |
MvccCacheIdAwareDataLeafIO |
class |
MvccDataLeafIO |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021