public class BlobStartRecoveryRequest extends BlobRecoveryRequest
recoveryId
Constructor and Description |
---|
BlobStartRecoveryRequest() |
BlobStartRecoveryRequest(long recoveryId,
org.elasticsearch.index.shard.ShardId shardId) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
org.elasticsearch.index.shard.ShardId |
shardId() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
recoveryId
createTask, getDescription
remoteAddress, remoteAddress
public BlobStartRecoveryRequest(long recoveryId, org.elasticsearch.index.shard.ShardId shardId)
public BlobStartRecoveryRequest()
public org.elasticsearch.index.shard.ShardId shardId()
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws java.io.IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class BlobRecoveryRequest
java.io.IOException
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws java.io.IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
writeTo
in class BlobRecoveryRequest
java.io.IOException