| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.tasks | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
PendingClusterTasksRequestBuilder |
PendingClusterTasksAction.newRequestBuilder(ElasticsearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
PendingClusterTasksRequestBuilder |
ClusterAdminClient.preparePendingClusterTasks()
Returns a list of the pending cluster tasks, that are scheduled to be executed.
|
Copyright © 2009–2017. All rights reserved.