| Modifier and Type | Method and Description |
|---|---|
BPlusInnerIO<L> |
NewRootInitRecord.io() |
| Constructor and Description |
|---|
NewRootInitRecord(int grpId,
long pageId,
long newRootId,
BPlusInnerIO<L> io,
long leftChildId,
byte[] rowBytes,
long rightChildId) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexStorageImpl.MetaStoreInnerIO |
| Modifier and Type | Class and Description |
|---|---|
static class |
MetastorageTree.MetastorageInnerIO |
| Modifier and Type | Method and Description |
|---|---|
protected BPlusInnerIO<L> |
BPlusTree.latestInnerIO() |
| 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 cacheId,
PageMemory pageMem,
IgniteWriteAheadLogManager wal,
AtomicLong globalRmvId,
long metaPageId,
ReuseList reuseList,
IOVersions<? extends BPlusInnerIO<L>> innerIos,
IOVersions<? extends BPlusLeafIO<L>> leafIos) |
| Modifier and Type | Method and Description |
|---|---|
static IOVersions<? extends BPlusInnerIO<?>> |
PageIO.getInnerVersions(int idx) |
| 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)
Registers this B+Tree IO versions.
|
static void |
PageIO.registerH2ExtraInner(IOVersions<? extends BPlusInnerIO<?>> innerExtIOs)
Registers extra inner IO versions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataInnerIO |
class |
AbstractPendingEntryInnerIO |
class |
CacheIdAwareDataInnerIO |
class |
CacheIdAwarePendingEntryInnerIO |
class |
DataInnerIO |
class |
PendingEntryInnerIO |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018