public static class ThreadPoolStats.Stats extends Object implements Streamable, ToXContent, Comparable<ThreadPoolStats.Stats>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
Stats(String name,
int threads,
int queue,
int active,
long rejected,
int largest,
long completed) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(ThreadPoolStats.Stats other) |
int |
getActive() |
long |
getCompleted() |
int |
getLargest() |
String |
getName() |
int |
getQueue() |
long |
getRejected() |
int |
getThreads() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public Stats(String name, int threads, int queue, int active, long rejected, int largest, long completed)
public String getName()
public int getThreads()
public int getQueue()
public int getActive()
public long getRejected()
public int getLargest()
public long getCompleted()
public 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 インタフェース内 ToXContentIOExceptionpublic int compareTo(ThreadPoolStats.Stats other)
compareTo インタフェース内 Comparable<ThreadPoolStats.Stats>Copyright © 2009–2016. All rights reserved.