Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.restore | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected RestoreSnapshotResponse |
TransportRestoreSnapshotAction.newResponse() |
RestoreSnapshotResponse |
RestoreSnapshotAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
RestoreSnapshotRequestBuilder.doExecute(ActionListener<RestoreSnapshotResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<RestoreSnapshotResponse> |
AbstractClusterAdminClient.restoreSnapshot(RestoreSnapshotRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.restoreSnapshot(RestoreSnapshotRequest request,
ActionListener<RestoreSnapshotResponse> listener) |
Copyright © 2009–2015. All rights reserved.