public static class FileSystem.Statistics.StatisticsData
extends java.lang.Object
| Constructor | Description |
|---|---|
StatisticsData(java.lang.String scheme) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getBytesRead() |
|
long |
getBytesReadDistanceOfFiveOrLarger() |
|
long |
getBytesReadDistanceOfOneOrTwo() |
|
long |
getBytesReadDistanceOfThreeOrFour() |
|
long |
getBytesReadErasureCoded() |
|
long |
getBytesReadLocalHost() |
|
long |
getBytesWritten() |
|
int |
getLargeReadOps() |
|
int |
getReadOps() |
|
long |
getRemoteReadTimeMS() |
|
int |
getWriteOps() |
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic 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()
public long getRemoteReadTimeMS()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.