| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotsStatusRequestBuilder |
SnapshotsStatusRequestBuilder.addSnapshots(String... snapshots)
Adds additional snapshots to the list of snapshots to return
|
SnapshotsStatusRequestBuilder |
SnapshotsStatusAction.newRequestBuilder(ElasticsearchClient client) |
SnapshotsStatusRequestBuilder |
SnapshotsStatusRequestBuilder.setRepository(String repository)
Sets the repository name
|
SnapshotsStatusRequestBuilder |
SnapshotsStatusRequestBuilder.setSnapshots(String... snapshots)
Sets list of snapshots to return
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotsStatusRequestBuilder |
ClusterAdminClient.prepareSnapshotStatus()
Get snapshot status.
|
SnapshotsStatusRequestBuilder |
ClusterAdminClient.prepareSnapshotStatus(String repository)
Get snapshot status.
|
Copyright © 2009–2017. All rights reserved.