public static final class SyncedFlushService.ShardSyncedFlushRequest extends TransportRequest
TransportRequest.Emptyheaders| Constructor and Description |
|---|
SyncedFlushService.ShardSyncedFlushRequest() |
SyncedFlushService.ShardSyncedFlushRequest(ShardId shardId,
String syncId,
Engine.CommitId expectedCommitId) |
| Modifier and Type | Method and Description |
|---|---|
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 SyncedFlushService.ShardSyncedFlushRequest()
public SyncedFlushService.ShardSyncedFlushRequest(ShardId shardId, String syncId, Engine.CommitId expectedCommitId)
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class TransportMessage<TransportRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportRequest>IOExceptionpublic ShardId shardId()
public String syncId()
public Engine.CommitId expectedCommitId()
Copyright © 2009–2017. All rights reserved.