| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsInProgress.Entry |
SnapshotsInProgress.snapshot(SnapshotId snapshotId) |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotsInProgress.Entry> |
SnapshotsInProgress.entries() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotsInProgress.toXContent(SnapshotsInProgress.Entry entry,
XContentBuilder builder,
ToXContent.Params params) |
| Constructor and Description |
|---|
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
SnapshotsInProgress.State state,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress(SnapshotsInProgress.Entry... entries) |
| Constructor and Description |
|---|
SnapshotsInProgress(List<SnapshotsInProgress.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotsInProgress.Entry> |
SnapshotsService.currentSnapshots(String repository,
String[] snapshots)
Returns status of the currently running snapshots
|
Copyright © 2009–2017. All rights reserved.