| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.tasks | |
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.service |
| Modifier and Type | Method and Description |
|---|---|
List<PendingClusterTask> |
PendingClusterTasksResponse.getPendingTasks()
The pending cluster tasks
|
Iterator<PendingClusterTask> |
PendingClusterTasksResponse.iterator() |
List<PendingClusterTask> |
PendingClusterTasksResponse.pendingTasks() |
| Modifier and Type | Method and Description |
|---|---|
List<PendingClusterTask> |
ClusterService.pendingTasks()
Returns the tasks that are pending.
|
| Modifier and Type | Method and Description |
|---|---|
List<PendingClusterTask> |
InternalClusterService.pendingTasks() |
Copyright © 2009–2017. All rights reserved.