| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.tree |
| Modifier and Type | Field and Description |
|---|---|
static PageHandlerWrapper<BPlusTree.Result> |
BPlusTree.testHndWrapper
Wrapper for tree pages operations.
|
| Modifier and Type | Method and Description |
|---|---|
BPlusTree.Result |
BPlusTree.Invoke.finishOrLockTail(long pageId,
long page,
long backId,
long fwdId,
int lvl) |
BPlusTree.Result |
BPlusTree.Search.run0(long pageId,
long page,
long pageAddr,
BPlusIO<L> io,
BPlusTree.Get g,
int lvl) |
BPlusTree.Result |
BPlusTree.Replace.run0(long pageId,
long page,
long pageAddr,
BPlusIO<L> io,
BPlusTree.Put p,
int lvl) |
BPlusTree.Result |
BPlusTree.Insert.run0(long pageId,
long page,
long pageAddr,
BPlusIO<L> io,
BPlusTree.Put p,
int lvl) |
BPlusTree.Result |
BPlusTree.Put.tryReplace(long pageId,
long page,
long fwdId,
int lvl) |
static BPlusTree.Result |
BPlusTree.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BPlusTree.Result[] |
BPlusTree.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020