public static class SnapshotsInProgress.ShardSnapshotStatus extends Object
| Constructor and Description |
|---|
SnapshotsInProgress.ShardSnapshotStatus(String nodeId) |
SnapshotsInProgress.ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state) |
SnapshotsInProgress.ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
nodeId() |
void |
readFrom(StreamInput in) |
static SnapshotsInProgress.ShardSnapshotStatus |
readShardSnapshotStatus(StreamInput in) |
String |
reason() |
SnapshotsInProgress.State |
state() |
void |
writeTo(StreamOutput out) |
public SnapshotsInProgress.ShardSnapshotStatus(String nodeId)
public SnapshotsInProgress.ShardSnapshotStatus(String nodeId, SnapshotsInProgress.State state)
public SnapshotsInProgress.ShardSnapshotStatus(String nodeId, SnapshotsInProgress.State state, String reason)
public SnapshotsInProgress.State state()
public String nodeId()
public String reason()
public static SnapshotsInProgress.ShardSnapshotStatus readShardSnapshotStatus(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.