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.ParamsEMPTY_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, waitisFragmentpublic ThreadPoolStats(java.util.List<ThreadPoolStats.Stats> stats)
public ThreadPoolStats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic 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 ToXContentjava.io.IOException