allowsDuplicates, balancePolicy, BOTTOM, BOTTOM_ROOT, dataIterator, DUP_BOTTOM, DUP_INTERNAL, DUP_LEAF, INTERNAL, INTERNAL_ROOT, LEAF, LEAF_DUP_BOTTOM_ROOT, LEAF_DUP_INTERNAL_ROOT, log, size, structureId| Constructor and Description |
|---|
BTree(@NotNull jetbrains.exodus.log.Log log,
@NotNull BTreeBalancePolicy policy,
long rootAddress,
boolean allowsDuplicates,
int structureId) |
BTree(@NotNull jetbrains.exodus.log.Log log,
long rootAddress,
boolean allowsDuplicates,
int structureId) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BTreeMutable |
getMutableCopy() |
protected @NotNull jetbrains.exodus.tree.btree.BasePage |
getRoot()
Returns root page of the tree
|
long |
getRootAddress() |
addressIterator, dump, dump, get, getBalancePolicy, getDataIterator, getLog, getLoggable, getSize, getStructureId, hasKey, hasPair, isDupKey, isEmpty, loadLeaf, loadPage, loadPage, openCursorpublic BTree(@NotNull
@NotNull jetbrains.exodus.log.Log log,
long rootAddress,
boolean allowsDuplicates,
int structureId)
public BTree(@NotNull
@NotNull jetbrains.exodus.log.Log log,
@NotNull
@NotNull BTreeBalancePolicy policy,
long rootAddress,
boolean allowsDuplicates,
int structureId)
public long getRootAddress()
@NotNull public @NotNull BTreeMutable getMutableCopy()
getMutableCopy in interface ITreegetMutableCopy in class BTreeBase