Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Packages that use SnapshotsStatusRequest Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.client -
-
Uses of SnapshotsStatusRequest in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotsStatusRequest Modifier and Type Method Description SnapshotsStatusRequestSnapshotsStatusRequest. ignoreUnavailable(boolean ignoreUnavailable)Set totrueto ignore unavailable snapshots, instead of throwing an exception.SnapshotsStatusRequestSnapshotsStatusRequest. repository(String repository)Sets repository nameSnapshotsStatusRequestSnapshotsStatusRequest. snapshots(String[] snapshots)Sets the list of snapshots to be returnedMethods in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type SnapshotsStatusRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportSnapshotsStatusAction. checkBlock(SnapshotsStatusRequest request, ClusterState state)protected voidTransportSnapshotsStatusAction. masterOperation(SnapshotsStatusRequest request, ClusterState state, ActionListener<SnapshotsStatusResponse> listener) -
Uses of SnapshotsStatusRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return SnapshotsStatusRequest Modifier and Type Method Description static SnapshotsStatusRequestRequests. snapshotsStatusRequest(String repository)Get status of snapshotsMethods in org.elasticsearch.client with parameters of type SnapshotsStatusRequest Modifier and Type Method Description ActionFuture<SnapshotsStatusResponse>ClusterAdminClient. snapshotsStatus(SnapshotsStatusRequest request)Get snapshot status.voidClusterAdminClient. snapshotsStatus(SnapshotsStatusRequest request, ActionListener<SnapshotsStatusResponse> listener)Get snapshot status.SnapshotsStatusResponseSnapshotClient. status(SnapshotsStatusRequest snapshotsStatusRequest, RequestOptions options)Gets the status of requested snapshots.CancellableSnapshotClient. statusAsync(SnapshotsStatusRequest snapshotsStatusRequest, RequestOptions options, ActionListener<SnapshotsStatusResponse> listener)Asynchronously gets the status of requested snapshots.
-