Writeable, ToXContent, ToXContentFragmentpublic static class FsInfo.IoStats extends java.lang.Object implements Writeable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
IoStats(StreamInput in) |
|
IoStats(FsInfo.DeviceStats[] devicesStats) |
| Modifier and Type | Method | Description |
|---|---|---|
FsInfo.DeviceStats[] |
getDevicesStats() |
|
long |
getTotalOperations() |
|
long |
getTotalReadKilobytes() |
|
long |
getTotalReadOperations() |
|
long |
getTotalWriteKilobytes() |
|
long |
getTotalWriteOperations() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic IoStats(FsInfo.DeviceStats[] devicesStats)
public IoStats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic FsInfo.DeviceStats[] getDevicesStats()
public long getTotalOperations()
public long getTotalReadOperations()
public long getTotalWriteOperations()
public long getTotalReadKilobytes()
public long getTotalWriteKilobytes()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException