public class NodesHotThreadsRequest extends BaseNodesRequest<NodesHotThreadsRequest>
TransportRequest.EmptyALL_NODESheaders| コンストラクタと説明 |
|---|
NodesHotThreadsRequest() |
NodesHotThreadsRequest(String... nodesIds)
Get hot threads from nodes based on the nodes ids specified.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
ignoreIdleThreads() |
NodesHotThreadsRequest |
ignoreIdleThreads(boolean ignoreIdleThreads) |
TimeValue |
interval() |
NodesHotThreadsRequest |
interval(TimeValue interval) |
void |
readFrom(StreamInput in) |
int |
snapshots() |
NodesHotThreadsRequest |
snapshots(int snapshots) |
int |
threads() |
NodesHotThreadsRequest |
threads(int threads) |
String |
type() |
NodesHotThreadsRequest |
type(String type) |
void |
writeTo(StreamOutput out) |
nodesIds, nodesIds, timeout, timeout, timeout, validatecreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic NodesHotThreadsRequest()
public NodesHotThreadsRequest(String... nodesIds)
public int threads()
public NodesHotThreadsRequest threads(int threads)
public boolean ignoreIdleThreads()
public NodesHotThreadsRequest ignoreIdleThreads(boolean ignoreIdleThreads)
public NodesHotThreadsRequest type(String type)
public String type()
public NodesHotThreadsRequest interval(TimeValue interval)
public TimeValue interval()
public int snapshots()
public NodesHotThreadsRequest snapshots(int snapshots)
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 BaseNodesRequest<NodesHotThreadsRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 BaseNodesRequest<NodesHotThreadsRequest>IOExceptionCopyright © 2009–2016. All rights reserved.