public class BtreeStats extends DatabaseStats
Constructor and Description |
---|
BtreeStats() |
Modifier and Type | Method and Description |
---|---|
long[] |
getBINsByLevel()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getBottomInternalNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long[] |
getDBINsByLevel()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getDeletedLeafNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long[] |
getDINsByLevel()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getDupCountLeafNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getDuplicateBottomInternalNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getDuplicateInternalNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getDuplicateTreeMaxDepth()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long[] |
getINsByLevel()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getInternalNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getLeafNodeCount()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getMainTreeMaxDepth()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setBINsByLevel(long[] binsByLevel)
Internal use only.
|
void |
setBottomInternalNodeCount(long val)
Internal use only.
|
void |
setDBINsByLevel(long[] dbinsByLevel)
Internal use only.
|
void |
setDeletedLeafNodeCount(long val)
Internal use only.
|
void |
setDINsByLevel(long[] dinsByLevel)
Internal use only.
|
void |
setDupCountLeafNodeCount(long val)
Internal use only.
|
void |
setDuplicateBottomInternalNodeCount(long val)
Internal use only.
|
void |
setDuplicateInternalNodeCount(long val)
Internal use only.
|
void |
setDuplicateTreeMaxDepth(int val)
Internal use only.
|
void |
setINsByLevel(long[] insByLevel)
Internal use only.
|
void |
setInternalNodeCount(long val)
Internal use only.
|
void |
setLeafNodeCount(long val)
Internal use only.
|
void |
setMainTreeMaxDepth(int val)
Internal use only.
|
java.lang.String |
toString()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public long getBottomInternalNodeCount()
public void setBottomInternalNodeCount(long val)
public long getDuplicateBottomInternalNodeCount()
public void setDuplicateBottomInternalNodeCount(long val)
public long getDeletedLeafNodeCount()
public void setDeletedLeafNodeCount(long val)
public long getDupCountLeafNodeCount()
public void setDupCountLeafNodeCount(long val)
public long getInternalNodeCount()
public void setInternalNodeCount(long val)
public long getDuplicateInternalNodeCount()
public void setDuplicateInternalNodeCount(long val)
public long getLeafNodeCount()
public void setLeafNodeCount(long val)
public int getMainTreeMaxDepth()
public void setMainTreeMaxDepth(int val)
public int getDuplicateTreeMaxDepth()
public void setDuplicateTreeMaxDepth(int val)
public long[] getINsByLevel()
public void setINsByLevel(long[] insByLevel)
public long[] getBINsByLevel()
public void setBINsByLevel(long[] binsByLevel)
public long[] getDINsByLevel()
public void setDINsByLevel(long[] dinsByLevel)
public long[] getDBINsByLevel()
public void setDBINsByLevel(long[] dbinsByLevel)
public java.lang.String toString()
toString
in class java.lang.Object