Package org.elasticsearch.indices.flush
Class SyncedFlushService.ShardSyncedFlushResponse
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- All Implemented Interfaces:
Streamable
,Writeable
- Enclosing class:
- SyncedFlushService
public static final class SyncedFlushService.ShardSyncedFlushResponse extends TransportResponse
Response for third step of synced flush (writing the sync id) for one shard copy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.Empty
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description ShardSyncedFlushResponse()
ShardSyncedFlushResponse(java.lang.String failureReason)
-
Method Summary
Modifier and Type Method Description java.lang.String
failureReason()
void
readFrom(StreamInput in)
Set this object's fields from a StreamInput.static SyncedFlushService.ShardSyncedFlushResponse
readSyncedFlushResponse(StreamInput in)
boolean
success()
java.lang.String
toString()
void
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
-
-
-
Method Detail
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:Streamable
Set this object's fields from a StreamInput.- Specified by:
readFrom
in interfaceStreamable
- Overrides:
readFrom
in classTransportMessage
- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:Streamable
Write this object's fields to a StreamOutput.- Specified by:
writeTo
in interfaceStreamable
- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classTransportMessage
- Throws:
java.io.IOException
-
success
public boolean success()
-
failureReason
public java.lang.String failureReason()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
readSyncedFlushResponse
public static SyncedFlushService.ShardSyncedFlushResponse readSyncedFlushResponse(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-