Class ReplicationResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.support.replication.ReplicationResponse
- All Implemented Interfaces:
Writeable
- Direct Known Subclasses:
BulkShardResponse
,DocWriteResponse
,ResyncReplicationResponse
,RetentionLeaseSyncAction.Response
public class ReplicationResponse extends ActionResponse
Base class for write action responses.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplicationResponse.ShardInfo
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>
-
Field Summary
Fields Modifier and Type Field Description static ReplicationResponse.ShardInfo.Failure[]
EMPTY
-
Constructor Summary
Constructors Constructor Description ReplicationResponse()
ReplicationResponse(StreamInput in)
-
Method Summary
Modifier and Type Method Description ReplicationResponse.ShardInfo
getShardInfo()
void
setShardInfo(ReplicationResponse.ShardInfo shardInfo)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Field Details
-
Constructor Details
-
ReplicationResponse
public ReplicationResponse() -
ReplicationResponse
- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Throws:
java.io.IOException
-
getShardInfo
-
setShardInfo
-