public final class BPT extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
CheckingConcurrency |
static boolean |
CheckingNode |
static boolean |
DumpTree
Dump before and after top level update operations
|
static boolean |
forcePromoteModes
Enable forces promotion of blocks; otherwise blocks are promoted as needed.
|
static boolean |
Logging |
static boolean |
promoteDuplicateNodes
Whether to duplicate a nodes block on a promotion call if forcePromoteModes=true
|
static boolean |
promoteDuplicateRecords
Whether to duplicate a records block on a promotion call if forcePromoteModes=true
|
| Constructor and Description |
|---|
BPT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checking(boolean onOrOff)
Enable detailed internal consistency checking
|
static BPlusTree |
createRootOnlyBPTree(BPlusTreeParams bptParams,
org.apache.jena.dboe.base.file.BufferChannel bptState,
org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes,
org.apache.jena.dboe.base.block.BlockMgr blkMgrRecords)
The initial tree is a single root node with no records block below it.
|
static void |
infoAll(boolean onOrOff)
Output a lot of detailed information.
|
public static boolean Logging
public static boolean forcePromoteModes
public static boolean promoteDuplicateRecords
public static boolean promoteDuplicateNodes
public static boolean CheckingNode
public static boolean CheckingConcurrency
public static boolean DumpTree
public static void checking(boolean onOrOff)
public static void infoAll(boolean onOrOff)
public static BPlusTree createRootOnlyBPTree(BPlusTreeParams bptParams, org.apache.jena.dboe.base.file.BufferChannel bptState, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrRecords)
Licensed under the Apache License, Version 2.0