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