public class BlobStartPrefixSyncRequest extends BlobRecoveryRequest
recoveryId
Constructor and Description |
---|
BlobStartPrefixSyncRequest() |
BlobStartPrefixSyncRequest(long recoveryId,
org.elasticsearch.index.shard.ShardId shardId,
byte prefix) |
Modifier and Type | Method and Description |
---|---|
byte |
prefix() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
recoveryId
putHeader, remoteAddress, remoteAddress
public BlobStartPrefixSyncRequest()
public BlobStartPrefixSyncRequest(long recoveryId, org.elasticsearch.index.shard.ShardId shardId, byte prefix)
public byte prefix()
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