@InterfaceAudience.Private public class MetricsIO extends Object
| Modifier and Type | Method and Description |
|---|---|
static MetricsIO |
getInstance()
Get a static instance for the MetricsIO so that accessors access the same instance.
|
MetricsIOSource |
getMetricsSource() |
MetricsIOWrapper |
getWrapper() |
void |
updateFsPreadTime(long t) |
void |
updateFsReadTime(long t) |
void |
updateFsWriteTime(long t) |
public static MetricsIO getInstance()
public MetricsIOSource getMetricsSource()
public 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.