public abstract class NodeOperationRequest extends TransportRequest
TransportRequest.Empty
Modifier | Constructor and Description |
---|---|
protected |
NodeOperationRequest() |
protected |
NodeOperationRequest(NodesOperationRequest request,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
protected NodeOperationRequest()
protected NodeOperationRequest(NodesOperationRequest request, String nodeId)
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class TransportMessage<TransportRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class TransportMessage<TransportRequest>
IOException
Copyright © 2009–2015. All rights reserved.