| 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 |
|---|---|
NodesHotThreadsResponse |
NodesHotThreadsAction.newResponse() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request,
ActionListener<NodesHotThreadsResponse> listener)
Returns top N hot-threads samples per node.
|
Copyright © 2009–2017. All rights reserved.