Class AbstractIOStatisticsImpl
java.lang.Object
org.apache.hadoop.fs.statistics.impl.AbstractIOStatisticsImpl
- All Implemented Interfaces:
IOStatistics
- Direct Known Subclasses:
WrappedIOStatistics
Base implementation in case common methods/fields need to be added
in future.
-
Field Summary
Fields inherited from interface org.apache.hadoop.fs.statistics.IOStatistics
MAX_UNSET_VALUE, MIN_UNSET_VALUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.fs.statistics.IOStatistics
counters, gauges, maximums, meanStatistics, minimums
-
Constructor Details
-
AbstractIOStatisticsImpl
public AbstractIOStatisticsImpl()
-