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