Uses of Interface
org.apache.hadoop.fs.statistics.IOStatisticsSetters
Packages that use IOStatisticsSetters
Package
Description
This package contains support for statistic collection and reporting.
Implementation support for statistics.
-
Uses of IOStatisticsSetters in org.apache.hadoop.fs.statistics
Classes in org.apache.hadoop.fs.statistics that implement IOStatisticsSettersModifier and TypeClassDescriptionfinal classSnapshot of statistics from a different source. -
Uses of IOStatisticsSetters in org.apache.hadoop.fs.statistics.impl
Subinterfaces of IOStatisticsSetters in org.apache.hadoop.fs.statistics.implModifier and TypeInterfaceDescriptioninterfaceInterface of an IOStatistics store intended for use in classes which track statistics for reporting.Classes in org.apache.hadoop.fs.statistics.impl that implement IOStatisticsSettersModifier and TypeClassDescriptionclassThis may seem odd having an IOStatisticsStore which does nothing but forward to a wrapped store, but it's designed to assist in subclassing of selective methods, such as those to increment counters, get durations etc.