java.lang.Iterable<ThreadPoolStats.Stats>, Writeable, ToXContent, ToXContentFragmentpublic class ThreadPoolStats extends java.lang.Object implements Writeable, ToXContentFragment, java.lang.Iterable<ThreadPoolStats.Stats>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ThreadPoolStats.Stats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
ThreadPoolStats(java.util.List<ThreadPoolStats.Stats> stats) |
|
ThreadPoolStats(StreamInput in) |
| Modifier and Type | Method | 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