public class ThreadPoolInfo extends Object implements Streamable, Iterable<ThreadPool.Info>, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
ThreadPoolInfo(List<ThreadPool.Info> infos) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ThreadPool.Info> |
iterator() |
void |
readFrom(StreamInput in) |
static ThreadPoolInfo |
readThreadPoolInfo(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public ThreadPoolInfo(List<ThreadPool.Info> infos)
public Iterator<ThreadPool.Info> iterator()
iterator in interface Iterable<ThreadPool.Info>public static ThreadPoolInfo readThreadPoolInfo(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.