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