org.elasticsearch.action.admin.cluster.node.restart
Class NodesRestartResponse.NodeRestartResponse

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationResponse
      extended by org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse.NodeRestartResponse
All Implemented Interfaces:
Streamable
Enclosing class:
NodesRestartResponse

public static class NodesRestartResponse.NodeRestartResponse
extends NodeOperationResponse


Constructor Summary
NodesRestartResponse.NodeRestartResponse(DiscoveryNode node)
           
 
Method Summary
static NodesRestartResponse.NodeRestartResponse readNodeRestartResponse(StreamInput in)
           
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodeOperationResponse
getNode, node, readFrom, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesRestartResponse.NodeRestartResponse

public NodesRestartResponse.NodeRestartResponse(DiscoveryNode node)
Method Detail

readNodeRestartResponse

public static NodesRestartResponse.NodeRestartResponse readNodeRestartResponse(StreamInput in)
                                                                        throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.