Uses of Class
org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
Packages that use PendingClusterTasksResponse Package Description org.elasticsearch.action.admin.cluster.tasks org.elasticsearch.client -
-
Uses of PendingClusterTasksResponse in org.elasticsearch.action.admin.cluster.tasks
Methods in org.elasticsearch.action.admin.cluster.tasks that return PendingClusterTasksResponse Modifier and Type Method Description protected PendingClusterTasksResponseTransportPendingClusterTasksAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.tasks with type arguments of type PendingClusterTasksResponse Modifier and Type Method Description protected voidTransportPendingClusterTasksAction. masterOperation(PendingClusterTasksRequest request, ClusterState state, ActionListener<PendingClusterTasksResponse> listener) -
Uses of PendingClusterTasksResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type PendingClusterTasksResponse Modifier and Type Method Description ActionFuture<PendingClusterTasksResponse>ClusterAdminClient. pendingClusterTasks(PendingClusterTasksRequest request)Returns a list of the pending cluster tasks, that are scheduled to be executed.Method parameters in org.elasticsearch.client with type arguments of type PendingClusterTasksResponse Modifier and Type Method Description voidClusterAdminClient. pendingClusterTasks(PendingClusterTasksRequest request, ActionListener<PendingClusterTasksResponse> listener)Returns a list of the pending cluster tasks, that are scheduled to be executed.
-