@InterfaceAudience.Private public class MetricsIO extends Object
| Constructor and Description |
|---|
MetricsIO(org.apache.hadoop.hbase.io.MetricsIOWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.io.MetricsIOSource |
getMetricsSource() |
org.apache.hadoop.hbase.io.MetricsIOWrapper |
getWrapper() |
void |
updateFsPreadTime(long t) |
void |
updateFsReadTime(long t) |
void |
updateFsWriteTime(long t) |
public org.apache.hadoop.hbase.io.MetricsIOSource getMetricsSource()
public org.apache.hadoop.hbase.io.MetricsIOWrapper getWrapper()
public void updateFsReadTime(long t)
public void updateFsPreadTime(long t)
public void updateFsWriteTime(long t)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.