| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.admin.cluster.tasks | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
TransportPendingClusterTasksAction.checkBlock(PendingClusterTasksRequest request,
ClusterState state) |
protected void |
TransportPendingClusterTasksAction.masterOperation(PendingClusterTasksRequest request,
ClusterState state,
ActionListener<PendingClusterTasksResponse> listener) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ActionFuture<PendingClusterTasksResponse> |
ClusterAdminClient.pendingClusterTasks(PendingClusterTasksRequest request)
Returns a list of the pending cluster tasks, that are scheduled to be executed.
|
void |
ClusterAdminClient.pendingClusterTasks(PendingClusterTasksRequest request,
ActionListener<PendingClusterTasksResponse> listener)
Returns a list of the pending cluster tasks, that are scheduled to be executed.
|
Copyright © 2009–2016. All rights reserved.