public class ThreadPoolStats extends Object implements Streamable, ToXContent, Iterable<ThreadPoolStats.Stats>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ThreadPoolStats.Stats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ThreadPoolStats(List<ThreadPoolStats.Stats> stats) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Iterator<ThreadPoolStats.Stats> |
iterator() |
void |
readFrom(StreamInput in) |
static ThreadPoolStats |
readThreadPoolStats(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 ThreadPoolStats(List<ThreadPoolStats.Stats> stats)
public Iterator<ThreadPoolStats.Stats> iterator()
iterator インタフェース内 Iterable<ThreadPoolStats.Stats>public static ThreadPoolStats readThreadPoolStats(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.