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 Detail
-
EMPTY
public static final ReplicationResponse.ShardInfo.Failure[] EMPTY
-
-
Constructor Detail
-
ReplicationResponse
public ReplicationResponse()
-
ReplicationResponse
public ReplicationResponse(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:Writeable
Write this into the StreamOutput.- Throws:
java.io.IOException
-
getShardInfo
public ReplicationResponse.ShardInfo getShardInfo()
-
setShardInfo
public void setShardInfo(ReplicationResponse.ShardInfo shardInfo)
-
-