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 |
getBytesReadErasureCoded() |
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()
public long getBytesReadErasureCoded()
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.