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()
IBTreeUtilizationReport
getLeafUtilization
in interface IBTreeUtilizationReport
public int getNodeUtilization()
IBTreeUtilizationReport
getNodeUtilization
in interface IBTreeUtilizationReport
public int getTotalUtilization()
IBTreeUtilizationReport
getTotalUtilization
in interface IBTreeUtilizationReport
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.