public class NodeFetchRequest
extends org.elasticsearch.transport.TransportRequest
Constructor and Description |
---|
NodeFetchRequest() |
NodeFetchRequest(java.util.UUID jobId,
int fetchPhaseId,
com.carrotsearch.hppc.IntObjectOpenHashMap<com.carrotsearch.hppc.IntContainer> toFetch) |
Modifier and Type | Method and Description |
---|---|
int |
fetchPhaseId() |
java.util.UUID |
jobId() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
com.carrotsearch.hppc.IntObjectOpenHashMap<com.carrotsearch.hppc.IntContainer> |
toFetch() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
putHeader, remoteAddress, remoteAddress
public NodeFetchRequest()
public NodeFetchRequest(java.util.UUID jobId, int fetchPhaseId, com.carrotsearch.hppc.IntObjectOpenHashMap<com.carrotsearch.hppc.IntContainer> toFetch)
public java.util.UUID jobId()
public int fetchPhaseId()
@Nullable public com.carrotsearch.hppc.IntObjectOpenHashMap<com.carrotsearch.hppc.IntContainer> toFetch()
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