public class ThreadPoolInfo extends Object implements Streamable, Iterable<ThreadPool.Info>, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ThreadPoolInfo(List<ThreadPool.Info> infos) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Iterator<ThreadPool.Info> |
iterator() |
void |
readFrom(StreamInput in) |
static ThreadPoolInfo |
readThreadPoolInfo(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ThreadPoolInfo(List<ThreadPool.Info> infos)
public Iterator<ThreadPool.Info> iterator()
iterator インタフェース内 Iterable<ThreadPool.Info>public static ThreadPoolInfo readThreadPoolInfo(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.