Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.status | |
org.elasticsearch.cluster.metadata |
Modifier and Type | Method and Description |
---|---|
SnapshotMetaData.State |
SnapshotStatus.getState()
Returns snapshot state
|
Modifier and Type | Method and Description |
---|---|
static SnapshotMetaData.State |
SnapshotMetaData.State.fromValue(byte value) |
SnapshotMetaData.State |
SnapshotMetaData.Entry.state() |
SnapshotMetaData.State |
SnapshotMetaData.ShardSnapshotStatus.state() |
static SnapshotMetaData.State |
SnapshotMetaData.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotMetaData.State[] |
SnapshotMetaData.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Entry(SnapshotId snapshotId,
boolean includeGlobalState,
SnapshotMetaData.State state,
com.google.common.collect.ImmutableList<String> indices,
com.google.common.collect.ImmutableMap<ShardId,SnapshotMetaData.ShardSnapshotStatus> shards) |
ShardSnapshotStatus(String nodeId,
SnapshotMetaData.State state) |
ShardSnapshotStatus(String nodeId,
SnapshotMetaData.State state,
String reason) |
Copyright © 2009–2015. All rights reserved.