| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status | |
| org.elasticsearch.cluster |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsInProgress.State |
SnapshotStatus.getState()
Returns snapshot state
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotsInProgress.State |
SnapshotsInProgress.State.fromValue(byte value) |
SnapshotsInProgress.State |
SnapshotsInProgress.Entry.state() |
SnapshotsInProgress.State |
SnapshotsInProgress.ShardSnapshotStatus.state() |
static SnapshotsInProgress.State |
SnapshotsInProgress.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotsInProgress.State[] |
SnapshotsInProgress.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SnapshotsInProgress.Entry(SnapshotId snapshotId,
boolean includeGlobalState,
SnapshotsInProgress.State state,
List<String> indices,
long startTime,
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.ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state) |
SnapshotsInProgress.ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state,
String reason) |
Copyright © 2009–2017. All rights reserved.