| 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 |
|---|---|
NodesHotThreadsRequestBuilder |
NodesHotThreadsAction.newRequestBuilder(ElasticsearchClient client) |
NodesHotThreadsRequestBuilder |
NodesHotThreadsRequestBuilder.setIgnoreIdleThreads(boolean ignoreIdleThreads) |
NodesHotThreadsRequestBuilder |
NodesHotThreadsRequestBuilder.setInterval(TimeValue interval) |
NodesHotThreadsRequestBuilder |
NodesHotThreadsRequestBuilder.setThreads(int threads) |
NodesHotThreadsRequestBuilder |
NodesHotThreadsRequestBuilder.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
NodesHotThreadsRequestBuilder |
ClusterAdminClient.prepareNodesHotThreads(String... nodesIds)
Returns a request builder to fetch top N hot-threads samples per node.
|
Copyright © 2009–2017. All rights reserved.