Package | Description |
---|---|
org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
Modifier and Type | Method and Description |
---|---|
static IOStatisticsStoreBuilder |
IOStatisticsBinding.iostatisticsStore()
Create a builder for an
IOStatisticsStore . |
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withCounters(String... keys)
Declare a varargs list of counters to add.
|
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withDurationTracking(String... prefixes)
Add a statistic in the counter, min, max and mean maps for each
declared statistic prefix.
|
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withGauges(String... keys)
Declare a varargs list of gauges to add.
|
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withMaximums(String... keys)
Declare a varargs list of maximums to add.
|
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withMeanStatistics(String... keys)
Declare a varargs list of means to add.
|
IOStatisticsStoreBuilder |
IOStatisticsStoreBuilder.withMinimums(String... keys)
Declare a varargs list of minimums to add.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.