public static class ClusterStatsNodes.ProcessStats extends java.lang.Object implements ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
long |
getAvgOpenFileDescriptors() |
int |
getCpuPercent()
Cpu usage in percentages - 100 is 1 core.
|
long |
getMaxOpenFileDescriptors() |
long |
getMinOpenFileDescriptors() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public int getCpuPercent()
public long getAvgOpenFileDescriptors()
public long getMaxOpenFileDescriptors()
public long getMinOpenFileDescriptors()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException