@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface IOStatisticsAggregator
IOStatistics
.
Implementations MAY aggregate all statistics
exported by the IOStatistics reference passed in to
aggregate(IOStatistics)
, or they
may selectively aggregate specific values/classes
of statistics.Modifier and Type | Method and Description |
---|---|
boolean |
aggregate(IOStatistics statistics)
Aggregate the supplied statistics into the current
set.
|
boolean aggregate(@Nullable IOStatistics statistics)
statistics
- statistics; may be nullCopyright © 2024 Apache Software Foundation. All rights reserved.