public static class FileSystem.Statistics.StatisticsData extends Object
Constructor and Description |
---|
StatisticsData() |
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead() |
long |
getBytesReadDistanceOfFiveOrLarger() |
long |
getBytesReadDistanceOfOneOrTwo() |
long |
getBytesReadDistanceOfThreeOrFour() |
long |
getBytesReadLocalHost() |
long |
getBytesWritten() |
int |
getLargeReadOps() |
int |
getReadOps() |
int |
getWriteOps() |
String |
toString() |
public long getBytesRead()
public long getBytesWritten()
public int getReadOps()
public int getLargeReadOps()
public int getWriteOps()
public long getBytesReadLocalHost()
public long getBytesReadDistanceOfOneOrTwo()
public long getBytesReadDistanceOfThreeOrFour()
public long getBytesReadDistanceOfFiveOrLarger()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.