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,org.elasticsearch.common.util.concurrent.RefCounted
- 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.action.ActionResponse
ActionResponse.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
decRef, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EMPTY
-
-
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
-