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