public static class FileSystem.Statistics.StatisticsData extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
long |
getBytesWritten() |
int |
getLargeReadOps() |
long |
getNumLargeReadOps() |
long |
getNumReadOps() |
long |
getNumWriteOps() |
int |
getReadOps() |
int |
getWriteOps() |
String |
toString() |
public long getBytesRead()
public long getBytesWritten()
public int getReadOps()
public long getNumReadOps()
public int getLargeReadOps()
public long getNumLargeReadOps()
public int getWriteOps()
public long getNumWriteOps()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.