| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.hotthreads | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
NodesHotThreadsRequest |
NodesHotThreadsRequest.ignoreIdleThreads(boolean ignoreIdleThreads) |
NodesHotThreadsRequest |
NodesHotThreadsRequest.interval(TimeValue interval) |
NodesHotThreadsRequest |
NodesHotThreadsRequest.snapshots(int snapshots) |
NodesHotThreadsRequest |
NodesHotThreadsRequest.threads(int threads) |
NodesHotThreadsRequest |
NodesHotThreadsRequest.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected TransportNodesHotThreadsAction.NodeRequest |
TransportNodesHotThreadsAction.newNodeRequest(String nodeId,
NodesHotThreadsRequest request) |
protected NodesHotThreadsResponse |
TransportNodesHotThreadsAction.newResponse(NodesHotThreadsRequest request,
AtomicReferenceArray responses) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<NodesHotThreadsResponse> |
ClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request)
Returns top N hot-threads samples per node.
|
void |
ClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request,
ActionListener<NodesHotThreadsResponse> listener)
Returns top N hot-threads samples per node.
|
Copyright © 2009–2017. All rights reserved.