org.elasticsearch.action.admin.cluster.node.restart
Class TransportNodesRestartAction.NodeRestartRequest

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationRequest
      extended by org.elasticsearch.action.admin.cluster.node.restart.TransportNodesRestartAction.NodeRestartRequest
All Implemented Interfaces:
Streamable
Enclosing class:
TransportNodesRestartAction

protected static class TransportNodesRestartAction.NodeRestartRequest
extends NodeOperationRequest


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
 

Method Detail

readFrom

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

writeTo

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


Copyright © 2009-2012. All Rights Reserved.