| 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 |
|---|---|
protected BPlusTree.Result |
BPlusTree.Remove.doRemoveFromLeaf() |
protected BPlusTree.Result |
BPlusTree.Remove.finish(BPlusTree.Result res)
Finish the operation.
|
protected BPlusTree.Result |
BPlusTree.RemoveRange.finish(BPlusTree.Result res)
Finish the operation.
|
protected BPlusTree.Result |
BPlusTree.Put.finishOrLockTail(long pageId,
long page,
long backId,
long fwdId,
int lvl)
Method that's invoked when operation goes up from the recursion and
BPlusTree.Get.isFinished() returns false. |
protected BPlusTree.Result |
BPlusTree.Remove.finishOrLockTail(long pageId,
long page,
long backId,
long fwdId,
int lvl)
Method that's invoked when operation goes up from the recursion and
BPlusTree.Get.isFinished() returns false. |
protected BPlusTree.Result |
BPlusTree.Put.finishTail()
Process tail and finish.
|
protected BPlusTree.Result |
BPlusTree.Remove.finishTail()
Process tail and finish.
|
protected BPlusTree.Result |
BPlusTree.Remove.lockForward(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected BPlusTree.Result |
BPlusTree.Remove.finish(BPlusTree.Result res)
Finish the operation.
|
protected BPlusTree.Result |
BPlusTree.RemoveRange.finish(BPlusTree.Result res)
Finish the operation.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023