Uses of Interface
org.apache.hadoop.fs.statistics.IOStatisticsAggregator
Packages that use IOStatisticsAggregator
Package
Description
This package contains support for statistic collection and reporting.
Implementation support for statistics.
-
Uses of IOStatisticsAggregator in org.apache.hadoop.fs.statistics
Classes in org.apache.hadoop.fs.statistics that implement IOStatisticsAggregatorModifier and TypeClassDescriptionfinal classSnapshot of statistics from a different source.Methods in org.apache.hadoop.fs.statistics that return IOStatisticsAggregatorModifier and TypeMethodDescriptionIOStatisticsContext.getAggregator()Get the IOStatisticsAggregator for the context. -
Uses of IOStatisticsAggregator in org.apache.hadoop.fs.statistics.impl
Subinterfaces of IOStatisticsAggregator 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 IOStatisticsAggregatorModifier 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 IOStatisticsAggregatorModifier and TypeMethodDescriptionIOStatisticsContextImpl.getAggregator()Get the IOStatisticsAggregator of the context.