Class OmMetricsInfo

java.lang.Object
org.apache.hadoop.ozone.om.OmMetricsInfo

public class OmMetricsInfo extends Object
OmMetricsInfo stored in a file, which will be used during OM restart to initialize the metrics. Currently this stores only numKeys.
  • Method Details

    • getNumKeys

      public long getNumKeys()
    • setNumKeys

      public void setNumKeys(long numKeys)