| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.restore | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreSnapshotResponse |
RestoreSnapshotAction.newResponse() |
protected RestoreSnapshotResponse |
TransportRestoreSnapshotAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportRestoreSnapshotAction.masterOperation(RestoreSnapshotRequest request,
ClusterState state,
ActionListener<RestoreSnapshotResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<RestoreSnapshotResponse> |
ClusterAdminClient.restoreSnapshot(RestoreSnapshotRequest request)
Restores a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.restoreSnapshot(RestoreSnapshotRequest request,
ActionListener<RestoreSnapshotResponse> listener)
Restores a snapshot.
|
Copyright © 2009–2017. All rights reserved.