| Package | Description |
|---|---|
| org.elasticsearch.cluster.metadata | |
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
SnapshotMetaData.Entry |
SnapshotMetaData.snapshot(SnapshotId snapshotId) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SnapshotMetaData.Entry> |
SnapshotMetaData.entries() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotMetaData.Factory.toXContent(SnapshotMetaData.Entry entry,
XContentBuilder builder,
ToXContent.Params params) |
| Constructor and Description |
|---|
SnapshotMetaData(SnapshotMetaData.Entry... entries) |
| Constructor and Description |
|---|
SnapshotMetaData(com.google.common.collect.ImmutableList<SnapshotMetaData.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SnapshotMetaData.Entry> |
SnapshotsService.currentSnapshots(String repository,
String[] snapshots)
Returns status of the currently running snapshots
|
Copyright © 2009–2016. All rights reserved.