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, setParentTask
remoteAddress, remoteAddress
public 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.Streamable
readFrom
in class BlobTransportRequest
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 BlobTransportRequest
java.io.IOException