| 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.
|
| org.apache.hadoop.io.wrappedio |
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
|
| Modifier and Type | Method | Description |
|---|---|---|
IOStatisticsSnapshot |
IOStatisticsContext.snapshot() |
Capture the snapshot of the context's IOStatistics.
|
static IOStatisticsSnapshot |
IOStatisticsSupport.snapshotIOStatistics() |
Create a snapshot statistics instance ready to aggregate data.
|
static IOStatisticsSnapshot |
IOStatisticsSupport.snapshotIOStatistics(IOStatistics statistics) |
Take a snapshot of the current statistics state.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JsonSerialization<IOStatisticsSnapshot> |
IOStatisticsSnapshot.serializer() |
Get a JSON serializer for this class.
|
| Modifier and Type | Method | Description |
|---|---|---|
IOStatisticsSnapshot |
IOStatisticsContextImpl.snapshot() |
Returns a snapshot of the current thread's IOStatistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
WrappedStatistics.applyToIOStatisticsSnapshot(java.io.Serializable source,
FunctionRaisingIOE<IOStatisticsSnapshot,T> fun) |
Apply a function to an object which may be an IOStatisticsSnapshot.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.