Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.status | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
SnapshotsStatusRequestBuilder |
SnapshotsStatusRequestBuilder.addSnapshots(String... snapshots)
Adds additional snapshots to the list of snapshots to return
|
SnapshotsStatusRequestBuilder |
SnapshotsStatusAction.newRequestBuilder(ClusterAdminClient 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.
|
Modifier and Type | Method and Description |
---|---|
SnapshotsStatusRequestBuilder |
AbstractClusterAdminClient.prepareSnapshotStatus() |
SnapshotsStatusRequestBuilder |
AbstractClusterAdminClient.prepareSnapshotStatus(String repository) |
Copyright © 2009–2015. All rights reserved.