Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Field and Description |
---|---|
protected Tree |
StreamSaver._lastTree |
protected Tree |
StreamLoader._lastTree |
protected Tree |
StreamLoader.ImportHandler._tree |
protected Tree |
Accumulator._tree |
Modifier and Type | Method and Description |
---|---|
Tree |
ReadOnlyExchange.getTree()
Return the
Tree on which this Exchange operates. |
Tree |
KeyHistogram.getTree() |
Tree |
Exchange.getTree()
Return the
Tree on which this Exchange operates. |
Tree |
Volume.getTree(String name,
boolean createIfNecessary)
Looks up by name and returns a
NewTree within this
Volume . |
protected Tree[] |
Task.parseTreeList(String specification)
Parses a String that represents a list of Volume/Tree pairs.
|
Modifier and Type | Method and Description |
---|---|
List<Tree> |
Persistit.getSelectedTrees(TreeSelector selector)
|
protected Comparator<Tree> |
TreeBuilder.getTreeComparator()
This method may be extended to provide an application-specific ordering
on
Tree s. |
List<Tree> |
TreeBuilder.getTrees() |
Modifier and Type | Method and Description |
---|---|
boolean |
IntegrityCheck.checkTree(Tree tree)
Performs the integrity checking process on a
Tree . |
protected boolean |
TreeBuilder.duplicateKeyDetected(Tree tree,
Key key,
Value v1,
Value v2)
This method may be extended to provide application-specific behavior when
an attempt is made to merge records with duplicate keys.
|
boolean |
TreeSelector.isSelected(Tree tree) |
void |
TreeBuilder.store(Tree tree,
Key key,
Value value)
Store a key-value pair for a specified
Tree into a sort
tree. |
protected void |
StreamSaver.writeTreeInfo(Tree tree)
Writes a TREE_ID record for the supplied
Tree . |
Constructor and Description |
---|
Exchange(Tree tree)
Construct a new
Exchange to access the specified
Tree . |
KeyHistogram(Tree tree,
Key start,
Key end,
int sampleSize,
int keyDepth,
int treeDepth) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.