Writeable, ToXContent, ToXContentFragmentpublic class ProcessStats extends java.lang.Object implements Writeable, ToXContentFragment
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ProcessStats.Cpu |
|
static class |
ProcessStats.Mem |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
ProcessStats(long timestamp,
long openFileDescriptors,
long maxFileDescriptors,
ProcessStats.Cpu cpu,
ProcessStats.Mem mem) |
|
ProcessStats(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
ProcessStats.Cpu |
getCpu() |
|
long |
getMaxFileDescriptors() |
|
ProcessStats.Mem |
getMem() |
|
long |
getOpenFileDescriptors() |
|
long |
getTimestamp() |
|
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 ProcessStats(long timestamp,
long openFileDescriptors,
long maxFileDescriptors,
ProcessStats.Cpu cpu,
ProcessStats.Mem mem)
public ProcessStats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic long getTimestamp()
public long getOpenFileDescriptors()
public long getMaxFileDescriptors()
public ProcessStats.Cpu getCpu()
public ProcessStats.Mem getMem()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException