public static class ThreadPool.Info extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
Info(String name,
ThreadPool.ThreadPoolType type) |
Info(String name,
ThreadPool.ThreadPoolType type,
int size) |
Info(String name,
ThreadPool.ThreadPoolType type,
int min,
int max,
TimeValue keepAlive,
SizeValue queueSize) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TimeValue |
getKeepAlive() |
int |
getMax() |
int |
getMin() |
String |
getName() |
SizeValue |
getQueueSize() |
ThreadPool.ThreadPoolType |
getThreadPoolType() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public Info(String name, ThreadPool.ThreadPoolType type)
public Info(String name, ThreadPool.ThreadPoolType type, int size)
public String getName()
public ThreadPool.ThreadPoolType getThreadPoolType()
public int getMin()
public int getMax()
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 インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.