Uses of Interface
org.apache.hadoop.fs.statistics.impl.IOStatisticsStoreBuilder
Packages that use IOStatisticsStoreBuilder
-
Uses of IOStatisticsStoreBuilder in org.apache.hadoop.fs.statistics.impl
Methods in org.apache.hadoop.fs.statistics.impl that return IOStatisticsStoreBuilderModifier and TypeMethodDescriptionstatic IOStatisticsStoreBuilderIOStatisticsBinding.iostatisticsStore()Create a builder for anIOStatisticsStore.IOStatisticsStoreBuilder.withCounters(String... keys) Declare a varargs list of counters to add.IOStatisticsStoreBuilder.withDurationTracking(String... prefixes) Add a statistic in the counter, min, max and mean maps for each declared statistic prefix.IOStatisticsStoreBuilder.withGauges(String... keys) Declare a varargs list of gauges to add.IOStatisticsStoreBuilder.withMaximums(String... keys) Declare a varargs list of maximums to add.IOStatisticsStoreBuilder.withMeanStatistics(String... keys) Declare a varargs list of means to add.IOStatisticsStoreBuilder.withMinimums(String... keys) Declare a varargs list of minimums to add.IOStatisticsStoreBuilder.withSampleTracking(String... prefixes) A value which is tracked with counter/min/max/mean.