| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.restore | |
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
RestoreInfo |
RestoreSnapshotResponse.getRestoreInfo()
Returns restore information if snapshot was completed before this method returned, null otherwise
|
| Modifier and Type | Method and Description |
|---|---|
RestoreInfo |
RestoreService.RestoreCompletionResponse.getRestoreInfo() |
static RestoreInfo |
RestoreInfo.readOptionalRestoreInfo(StreamInput in)
Reads optional restore info from
StreamInput |
static RestoreInfo |
RestoreInfo.readRestoreInfo(StreamInput in)
Reads restore info from
StreamInput |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreService.restoreSnapshot(RestoreService.RestoreRequest request,
ActionListener<RestoreInfo> listener)
Restores snapshot specified in the restore request.
|
Copyright © 2009–2017. All rights reserved.