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:
Streamable,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.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()
-
Method Summary
Modifier and Type Method Description ReplicationResponse.ShardInfogetShardInfo()voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.voidsetShardInfo(ReplicationResponse.ShardInfo shardInfo)voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
-
-
-
Field Detail
-
EMPTY
public static final ReplicationResponse.ShardInfo.Failure[] EMPTY
-
-
Method Detail
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:StreamableSet this object's fields from a StreamInput.- Specified by:
readFromin interfaceStreamable- Overrides:
readFromin classActionResponse- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:StreamableWrite this object's fields to a StreamOutput.- Specified by:
writeToin interfaceStreamable- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classActionResponse- Throws:
java.io.IOException
-
getShardInfo
public ReplicationResponse.ShardInfo getShardInfo()
-
setShardInfo
public void setShardInfo(ReplicationResponse.ShardInfo shardInfo)
-
-