| Package | Description |
|---|---|
| org.elasticsearch.cluster |
| Modifier and Type | Method and Description |
|---|---|
RestoreInProgress.Entry |
RestoreInProgress.snapshot(SnapshotId snapshotId)
Returns currently running restore process with corresponding snapshot id or null if this snapshot is not being
restored
|
| Modifier and Type | Method and Description |
|---|---|
List<RestoreInProgress.Entry> |
RestoreInProgress.entries()
Returns list of currently running restore processes
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreInProgress.toXContent(RestoreInProgress.Entry entry,
XContentBuilder builder,
ToXContent.Params params)
Serializes single restore operation
|
| Constructor and Description |
|---|
RestoreInProgress(RestoreInProgress.Entry... entries)
Constructs new restore metadata
|
| Constructor and Description |
|---|
RestoreInProgress(List<RestoreInProgress.Entry> entries)
Constructs new restore metadata
|
Copyright © 2009–2017. All rights reserved.