public class TreeState extends Object
| Constructor and Description |
|---|
TreeState() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangeCount() |
int |
getDepth() |
String |
getName() |
long |
getRootPageAddr()
Returns the page address of the root page of this
Tree. |
TreeStatistics |
getTreeStatistics() |
String |
toString()
Returns a displayable description of the
Tree, including its
name, its internal tree index, its root page address, and its depth. |
public String getName()
public long getRootPageAddr()
Tree. The
root page will be a data page if the Tree has only one page,
or will be the top index page of the B-Tree.public long getChangeCount()
public int getDepth()
Tree.public TreeStatistics getTreeStatistics()
Copyright © 2025 Open Identity Platform Community. All rights reserved.