org.elasticsearch.action.admin.cluster.node.shutdown
Class NodesShutdownResponse.NodeShutdownResponse

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationResponse
      extended by org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse.NodeShutdownResponse
All Implemented Interfaces:
Streamable
Enclosing class:
NodesShutdownResponse

public static class NodesShutdownResponse.NodeShutdownResponse
extends NodeOperationResponse


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

Constructor Detail

NodesShutdownResponse.NodeShutdownResponse

public NodesShutdownResponse.NodeShutdownResponse(DiscoveryNode node)
Method Detail

readNodeShutdownResponse

public static NodesShutdownResponse.NodeShutdownResponse readNodeShutdownResponse(StreamInput in)
                                                                           throws java.io.IOException
Throws:
java.io.IOException