Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.hotthreads | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
NodesHotThreadsResponse |
NodesHotThreadsAction.newResponse() |
protected NodesHotThreadsResponse |
TransportNodesHotThreadsAction.newResponse(NodesHotThreadsRequest request,
AtomicReferenceArray responses) |
Modifier and Type | Method and Description |
---|---|
protected void |
NodesHotThreadsRequestBuilder.doExecute(ActionListener<NodesHotThreadsResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesHotThreadsResponse> |
AbstractClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request,
ActionListener<NodesHotThreadsResponse> listener) |
Copyright © 2009–2015. All rights reserved.