Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.get | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
GetSnapshotsRequestBuilder |
GetSnapshotsRequestBuilder.addSnapshots(String... snapshots)
Adds additional snapshots to the list of snapshots to return
|
GetSnapshotsRequestBuilder |
GetSnapshotsAction.newRequestBuilder(ClusterAdminClient client) |
GetSnapshotsRequestBuilder |
GetSnapshotsRequestBuilder.setRepository(String repository)
Sets the repository name
|
GetSnapshotsRequestBuilder |
GetSnapshotsRequestBuilder.setSnapshots(String... snapshots)
Sets list of snapshots to return
|
Modifier and Type | Method and Description |
---|---|
GetSnapshotsRequestBuilder |
ClusterAdminClient.prepareGetSnapshots(String repository)
Get snapshot.
|
Modifier and Type | Method and Description |
---|---|
GetSnapshotsRequestBuilder |
AbstractClusterAdminClient.prepareGetSnapshots(String repository) |
Copyright © 2009–2015. All rights reserved.