Uses of Class
org.apache.hadoop.hdfs.ReadStatistics
Packages that use ReadStatistics
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ReadStatistics in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs declared as ReadStatisticsMethods in org.apache.hadoop.hdfs that return ReadStatisticsModifier and TypeMethodDescriptionDFSInputStream.getReadStatistics()Get statistics about the reads which this DFSInputStream has done.Constructors in org.apache.hadoop.hdfs with parameters of type ReadStatistics -
Uses of ReadStatistics in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return ReadStatisticsModifier and TypeMethodDescriptionHdfsDataInputStream.getReadStatistics()Get statistics about the reads which this DFSInputStream has done. -
Uses of ReadStatistics in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util with parameters of type ReadStatisticsModifier and TypeMethodDescriptionstatic voidIOUtilsClient.updateReadStatistics(ReadStatistics readStatistics, int nRead, boolean isShortCircuit, int networkDistance) static voidIOUtilsClient.updateReadStatistics(ReadStatistics readStatistics, int nRead, BlockReader blockReader)