public static final class SyncedFlushService.ShardSyncedFlushResponse extends TransportResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
SyncedFlushService.ShardSyncedFlushResponse() |
SyncedFlushService.ShardSyncedFlushResponse(String failureReason) |
| Modifier and Type | Method and Description |
|---|---|
String |
failureReason() |
void |
readFrom(StreamInput in) |
static SyncedFlushService.ShardSyncedFlushResponse |
readSyncedFlushResponse(StreamInput in) |
boolean |
success() |
String |
toString() |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic SyncedFlushService.ShardSyncedFlushResponse()
public SyncedFlushService.ShardSyncedFlushResponse(String failureReason)
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class TransportMessage<TransportResponse>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportResponse>IOExceptionpublic boolean success()
public String failureReason()
public static SyncedFlushService.ShardSyncedFlushResponse readSyncedFlushResponse(StreamInput in) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.