public static class SnapshotsInProgress.ShardSnapshotStatus extends Object
| コンストラクタと説明 |
|---|
ShardSnapshotStatus(String nodeId) |
ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state) |
ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state,
String reason) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 ShardSnapshotStatus(String nodeId)
public ShardSnapshotStatus(String nodeId, SnapshotsInProgress.State state)
public 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–2016. All rights reserved.