Uses of Interface
org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
Packages that use IOStatisticsStore
-
Uses of IOStatisticsStore in org.apache.hadoop.fs.statistics.impl
Classes in org.apache.hadoop.fs.statistics.impl that implement IOStatisticsStoreModifier 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.Methods in org.apache.hadoop.fs.statistics.impl that return IOStatisticsStoreModifier and TypeMethodDescriptionIOStatisticsStoreBuilder.build()Build the collector.static IOStatisticsStoreIOStatisticsBinding.emptyStatisticsStore()Get the shared instance of the immutable empty statistics store.protected IOStatisticsStoreForwardingIOStatisticsStore.getInnerStatistics()Constructors in org.apache.hadoop.fs.statistics.impl with parameters of type IOStatisticsStoreModifierConstructorDescriptionForwardingIOStatisticsStore(IOStatisticsStore innerStatistics) StatisticDurationTracker(IOStatisticsStore iostats, String key) Constructor -increments the counter by 1.StatisticDurationTracker(IOStatisticsStore iostats, String key, long count) Constructor.