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 classReplicationResponse.ShardInfoNested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.EmptyNested 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.ShardInfogetShardInfo()voidsetShardInfo(ReplicationResponse.ShardInfo shardInfo)voidwriteTo(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:WriteableWrite this into the StreamOutput.- Throws:
java.io.IOException
-
getShardInfo
-
setShardInfo
-