public interface IOStatisticsStoreBuilder
IOStatisticsStore implementation.| Modifier and Type | Method | Description |
|---|---|---|
IOStatisticsStore |
build() |
Build the collector.
|
IOStatisticsStoreBuilder |
withCounters(java.lang.String... keys) |
Declare a varargs list of counters to add.
|
IOStatisticsStoreBuilder |
withDurationTracking(java.lang.String... prefixes) |
Add a statistic in the counter, min, max and mean maps for each
declared statistic prefix.
|
IOStatisticsStoreBuilder |
withGauges(java.lang.String... keys) |
Declare a varargs list of gauges to add.
|
IOStatisticsStoreBuilder |
withMaximums(java.lang.String... keys) |
Declare a varargs list of maximums to add.
|
IOStatisticsStoreBuilder |
withMeanStatistics(java.lang.String... keys) |
Declare a varargs list of means to add.
|
IOStatisticsStoreBuilder |
withMinimums(java.lang.String... keys) |
Declare a varargs list of minimums to add.
|
IOStatisticsStoreBuilder |
withSampleTracking(java.lang.String... prefixes) |
A value which is tracked with counter/min/max/mean.
|
IOStatisticsStoreBuilder withCounters(java.lang.String... keys)
keys - names of statistics.IOStatisticsStoreBuilder withGauges(java.lang.String... keys)
keys - names of statistics.IOStatisticsStoreBuilder withMaximums(java.lang.String... keys)
keys - names of statistics.IOStatisticsStoreBuilder withMinimums(java.lang.String... keys)
keys - names of statistics.IOStatisticsStoreBuilder withMeanStatistics(java.lang.String... keys)
keys - names of statistics.IOStatisticsStoreBuilder withDurationTracking(java.lang.String... prefixes)
prefixes - prefixes for the stats.IOStatisticsStoreBuilder withSampleTracking(java.lang.String... prefixes)
withDurationTracking(String...)
but without the failure option and with the same name
across all categories.prefixes - prefixes to add.IOStatisticsStore build()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.