public class GetBlobHeadRequest extends BlobTransportRequest
| Modifier and Type | Field and Description |
|---|---|
long |
endPos |
senderNodeId, transferId| Constructor and Description |
|---|
GetBlobHeadRequest() |
GetBlobHeadRequest(java.lang.String targetNodeId,
java.util.UUID transferId,
long endPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
getParentTask, setParentTaskremoteAddress, remoteAddresspublic GetBlobHeadRequest()
public GetBlobHeadRequest(java.lang.String targetNodeId,
java.util.UUID transferId,
long endPos)
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class BlobTransportRequestjava.io.IOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws java.io.IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class BlobTransportRequestjava.io.IOException