Package | Description |
---|---|
org.apache.hadoop.fs.statistics |
This package contains support for statistic collection and reporting.
|
org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
Modifier and Type | Method and Description |
---|---|
MeanStatistic |
MeanStatistic.add(MeanStatistic other)
Add another MeanStatistic.
|
MeanStatistic |
MeanStatistic.clone() |
MeanStatistic |
MeanStatistic.copy()
Create a copy of this instance.
|
MeanStatistic |
DurationStatisticSummary.getMean() |
Modifier and Type | Method and Description |
---|---|
Map<String,MeanStatistic> |
IOStatisticsSnapshot.meanStatistics() |
Map<String,MeanStatistic> |
IOStatistics.meanStatistics()
Map of meanStatistics.
|
Modifier and Type | Method and Description |
---|---|
MeanStatistic |
MeanStatistic.add(MeanStatistic other)
Add another MeanStatistic.
|
void |
MeanStatistic.set(MeanStatistic other)
Set the statistic to the values of another.
|
Constructor and Description |
---|
DurationStatisticSummary(String key,
boolean success,
long count,
long max,
long min,
MeanStatistic mean)
Constructor.
|
MeanStatistic(MeanStatistic that)
Create from another statistic.
|
Modifier and Type | Method and Description |
---|---|
static MeanStatistic |
IOStatisticsBinding.aggregateMeanStatistics(MeanStatistic l,
MeanStatistic r)
Aggregate the mean statistics.
|
MeanStatistic |
IOStatisticsStore.getMeanStatistic(String key)
Get a reference to the atomic instance providing the
value for a specific meanStatistic.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MeanStatistic> |
WrappedIOStatistics.meanStatistics() |
Modifier and Type | Method and Description |
---|---|
static MeanStatistic |
IOStatisticsBinding.aggregateMeanStatistics(MeanStatistic l,
MeanStatistic r)
Aggregate the mean statistics.
|
void |
IOStatisticsStore.setMeanStatistic(String key,
MeanStatistic value)
Set a mean statistic to a given value.
|
Modifier and Type | Method and Description |
---|---|
DynamicIOStatisticsBuilder |
DynamicIOStatisticsBuilder.withMeanStatisticFunction(String key,
Function<String,MeanStatistic> eval)
Add a new evaluator to the mean statistics.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.