public class BTreeUtilizationReport extends Object implements IBTreeUtilizationReport, Serializable
| Constructor and Description |
|---|
BTreeUtilizationReport(IBTreeStatistics stats) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafUtilization()
The leaf utilization percentage [0:100].
|
int |
getNodeUtilization()
The node utilization percentage [0:100].
|
int |
getTotalUtilization()
The total utilization percentage [0:100].
|
String |
toString()
Human readable representation.
|
public BTreeUtilizationReport(IBTreeStatistics stats)
public int getLeafUtilization()
IBTreeUtilizationReportgetLeafUtilization in interface IBTreeUtilizationReportpublic int getNodeUtilization()
IBTreeUtilizationReportgetNodeUtilization in interface IBTreeUtilizationReportpublic int getTotalUtilization()
IBTreeUtilizationReportgetTotalUtilization in interface IBTreeUtilizationReportCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.