org.elasticsearch.action.support.nodes
Class NodeOperationRequest

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationRequest
All Implemented Interfaces:
Streamable
Direct Known Subclasses:
TransportNodesRestartAction.NodeRestartRequest

public abstract class NodeOperationRequest
extends Object
implements Streamable


Constructor Summary
protected NodeOperationRequest()
           
protected NodeOperationRequest(String nodeId)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeOperationRequest

protected NodeOperationRequest()

NodeOperationRequest

protected NodeOperationRequest(String nodeId)
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.