Generated by
JDiff

Class org.apache.hadoop.fs.FileSystem.Statistics

Added Methods
int getLargeReadOps() Get the number of large file system read operations such as list files under a large directory
int getReadOps() Get the number of file system read operations such as list files
int getWriteOps() Get the number of file system write operations such as create append rename etc.
void incrementLargeReadOps(int) Increment the number of large read operations
void incrementReadOps(int) Increment the number of read operations
void incrementWriteOps(int) Increment the number of write operations