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 |
String getScheme()
|
Get the uri scheme associated with this statistics object. |
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 |
void reset()
|
Reset the counts of bytes to 0. |