| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.metastorage |
| Modifier and Type | Method and Description |
|---|---|
MetastorageRowStore |
MetastorageTree.rowStore() |
| Modifier and Type | Method and Description |
|---|---|
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getDataRow(IO io,
long pageAddr,
int idx,
MetastorageRowStore rowStore) |
MetastorageDataRow |
MetastorageLeafIO.getDataRow(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
MetastorageDataRow |
MetastorageInnerIO.getDataRow(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
MetastorageDataRow |
MetastorageBPlusIO.getDataRow(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO> |
MetastoragePageIOUtils.getKey(IO io,
long pageAddr,
int idx,
MetastorageRowStore rowStore) |
String |
MetastorageLeafIO.getKey(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
String |
MetastorageInnerIO.getKey(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
String |
MetastorageBPlusIO.getKey(long pageAddr,
int idx,
MetastorageRowStore rowStore) |
| Constructor and Description |
|---|
MetastorageTree(int cacheId,
String name,
PageMemory pageMem,
IgniteWriteAheadLogManager wal,
AtomicLong globalRmvId,
ReuseList reuseList,
MetastorageRowStore rowStore,
long metaPageId,
boolean initNew,
@Nullable FailureProcessor failureProcessor,
int partId,
@Nullable PageLockListener lockLsnr) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020