Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Packages that use SnapshotsStatusRequestBuilder Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.client -
-
Uses of SnapshotsStatusRequestBuilder in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotsStatusRequestBuilder Modifier and Type Method Description SnapshotsStatusRequestBuilderSnapshotsStatusRequestBuilder. addSnapshots(String... snapshots)Adds additional snapshots to the list of snapshots to returnSnapshotsStatusRequestBuilderSnapshotsStatusRequestBuilder. setIgnoreUnavailable(boolean ignoreUnavailable)Set totrueto ignore unavailable snapshots, instead of throwing an exception.SnapshotsStatusRequestBuilderSnapshotsStatusRequestBuilder. setRepository(String repository)Sets the repository nameSnapshotsStatusRequestBuilderSnapshotsStatusRequestBuilder. setSnapshots(String... snapshots)Sets list of snapshots to return -
Uses of SnapshotsStatusRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return SnapshotsStatusRequestBuilder Modifier and Type Method Description SnapshotsStatusRequestBuilderClusterAdminClient. prepareSnapshotStatus()Get snapshot status.SnapshotsStatusRequestBuilderClusterAdminClient. prepareSnapshotStatus(String repository)Get snapshot status.
-