public class PutBlobHeadChunkRequest
extends org.elasticsearch.transport.TransportRequest
Modifier and Type | Field and Description |
---|---|
org.elasticsearch.common.bytes.BytesReference |
content |
java.util.UUID |
transferId |
Constructor and Description |
---|
PutBlobHeadChunkRequest() |
PutBlobHeadChunkRequest(java.util.UUID transferId,
org.elasticsearch.common.bytes.BytesArray bytesArray) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
createTask, getDescription
remoteAddress, remoteAddress
public java.util.UUID transferId
public org.elasticsearch.common.bytes.BytesReference content
public PutBlobHeadChunkRequest()
public PutBlobHeadChunkRequest(java.util.UUID transferId, org.elasticsearch.common.bytes.BytesArray bytesArray)
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 org.elasticsearch.transport.TransportMessage<org.elasticsearch.transport.TransportRequest>
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 org.elasticsearch.transport.TransportMessage<org.elasticsearch.transport.TransportRequest>
java.io.IOException