public class ProcessStats extends Object implements Streamable, ToXContent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ProcessStats.Cpu |
static class |
ProcessStats.Mem |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| 修飾子とタイプ | メソッドと説明 |
|---|---|
ProcessStats.Cpu |
getCpu() |
long |
getMaxFileDescriptors() |
ProcessStats.Mem |
getMem() |
long |
getOpenFileDescriptors() |
long |
getTimestamp() |
void |
readFrom(StreamInput in) |
static ProcessStats |
readProcessStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public 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 IOException
toXContent インタフェース内 ToXContentIOExceptionpublic static ProcessStats readProcessStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.