public static class SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest extends TransportRequest
TransportRequest.Emptyheaders| コンストラクタと説明 |
|---|
UpdateIndexShardSnapshotStatusRequest() |
UpdateIndexShardSnapshotStatusRequest(SnapshotId snapshotId,
ShardId shardId,
SnapshotsInProgress.ShardSnapshotStatus status) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isProcessed() |
void |
markAsProcessed() |
void |
readFrom(StreamInput in) |
ShardId |
shardId() |
SnapshotId |
snapshotId() |
SnapshotsInProgress.ShardSnapshotStatus |
status() |
String |
toString() |
void |
writeTo(StreamOutput out) |
createTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic UpdateIndexShardSnapshotStatusRequest()
public UpdateIndexShardSnapshotStatusRequest(SnapshotId snapshotId, ShardId shardId, SnapshotsInProgress.ShardSnapshotStatus status)
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 TransportMessage<TransportRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 TransportMessage<TransportRequest>IOExceptionpublic SnapshotId snapshotId()
public ShardId shardId()
public SnapshotsInProgress.ShardSnapshotStatus status()
public void markAsProcessed()
public boolean isProcessed()
Copyright © 2009–2016. All rights reserved.