public class ThreadPoolInfo extends java.lang.Object implements Writeable, java.lang.Iterable<ThreadPool.Info>, ToXContent
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
ThreadPoolInfo(java.util.List<ThreadPool.Info> infos) |
ThreadPoolInfo(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ThreadPool.Info> |
iterator() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public ThreadPoolInfo(java.util.List<ThreadPool.Info> infos)
public ThreadPoolInfo(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic java.util.Iterator<ThreadPool.Info> iterator()
iterator in interface java.lang.Iterable<ThreadPool.Info>public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException