public class ThreadPoolStats extends java.lang.Object implements Writeable, ToXContent, java.lang.Iterable<ThreadPoolStats.Stats>
Modifier and Type | Class and Description |
---|---|
static class |
ThreadPoolStats.Stats |
Writeable.Reader<V>, Writeable.Writer<V>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
ThreadPoolStats(java.util.List<ThreadPoolStats.Stats> stats) |
ThreadPoolStats(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ThreadPoolStats.Stats> |
iterator() |
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, wait
isFragment
public ThreadPoolStats(java.util.List<ThreadPoolStats.Stats> stats)
public ThreadPoolStats(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.util.Iterator<ThreadPoolStats.Stats> iterator()
iterator
in interface java.lang.Iterable<ThreadPoolStats.Stats>
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException