| 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 | Description |
|---|---|---|
static IOStatisticsContext |
IOStatisticsContext.getCurrentIOStatisticsContext() |
Get the context's IOStatisticsContext.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
IOStatisticsContext.setThreadIOStatisticsContext(IOStatisticsContext statisticsContext) |
Set the IOStatisticsContext for the current thread.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
IOStatisticsContextImpl |
Implementing the IOStatisticsContext.
|
| Modifier and Type | Method | Description |
|---|---|---|
static IOStatisticsContext |
IOStatisticsContextIntegration.getCurrentIOStatisticsContext() |
Get the current thread's IOStatisticsContext instance.
|
static IOStatisticsContext |
IOStatisticsContextIntegration.getThreadSpecificIOStatisticsContext(long testThreadId) |
Get thread ID specific IOStatistics values if
statistics are enabled and the thread ID is in the map.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
IOStatisticsContextIntegration.setThreadIOStatisticsContext(IOStatisticsContext statisticsContext) |
Set the IOStatisticsContext for the current thread.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.