Uses of Interface
org.apache.hadoop.fs.statistics.IOStatisticsContext
Packages that use IOStatisticsContext
Package
Description
This package contains support for statistic collection and reporting.
Implementation support for statistics.
-
Uses of IOStatisticsContext in org.apache.hadoop.fs.statistics
Methods in org.apache.hadoop.fs.statistics that return IOStatisticsContextModifier and TypeMethodDescriptionstatic IOStatisticsContextIOStatisticsContext.getCurrentIOStatisticsContext()Get the context's IOStatisticsContext.Methods in org.apache.hadoop.fs.statistics with parameters of type IOStatisticsContextModifier and TypeMethodDescriptionstatic voidIOStatisticsContext.setThreadIOStatisticsContext(IOStatisticsContext statisticsContext) Set the IOStatisticsContext for the current thread. -
Uses of IOStatisticsContext in org.apache.hadoop.fs.statistics.impl
Classes in org.apache.hadoop.fs.statistics.impl that implement IOStatisticsContextModifier and TypeClassDescriptionfinal classImplementing the IOStatisticsContext.Methods in org.apache.hadoop.fs.statistics.impl that return IOStatisticsContextModifier and TypeMethodDescriptionstatic IOStatisticsContextIOStatisticsContextIntegration.getCurrentIOStatisticsContext()Get the current thread's IOStatisticsContext instance.static IOStatisticsContextIOStatisticsContextIntegration.getThreadSpecificIOStatisticsContext(long testThreadId) Get thread ID specific IOStatistics values if statistics are enabled and the thread ID is in the map.Methods in org.apache.hadoop.fs.statistics.impl with parameters of type IOStatisticsContextModifier and TypeMethodDescriptionstatic voidIOStatisticsContextIntegration.setThreadIOStatisticsContext(IOStatisticsContext statisticsContext) Set the IOStatisticsContext for the current thread.