Package org.apache.hadoop.ozone.om
Class OmMetricsInfo
java.lang.Object
org.apache.hadoop.ozone.om.OmMetricsInfo
OmMetricsInfo stored in a file, which will be used during OM restart to
initialize the metrics. Currently this stores only numKeys.
-
Method Summary
-
Method Details
-
getNumKeys
public long getNumKeys() -
setNumKeys
public void setNumKeys(long numKeys)
-