| Package | Description |
|---|---|
| org.elasticsearch.cluster.metadata |
| Modifier and Type | Method and Description |
|---|---|
RestoreMetaData.Entry |
RestoreMetaData.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 |
|---|---|
com.google.common.collect.ImmutableList<RestoreMetaData.Entry> |
RestoreMetaData.entries()
Returns list of currently running restore processes
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreMetaData.Factory.toXContent(RestoreMetaData.Entry entry,
XContentBuilder builder,
ToXContent.Params params)
Serializes single restore operation
|
| Constructor and Description |
|---|
RestoreMetaData(RestoreMetaData.Entry... entries)
Constructs new restore metadata
|
| Constructor and Description |
|---|
RestoreMetaData(com.google.common.collect.ImmutableList<RestoreMetaData.Entry> entries)
Constructs new restore metadata
|
Copyright © 2009–2016. All rights reserved.