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

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodesOperationResponse<NodesShutdownResponse.NodeShutdownResponse>
      extended by org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
All Implemented Interfaces:
java.lang.Iterable<NodesShutdownResponse.NodeShutdownResponse>, ActionResponse, Streamable

public class NodesShutdownResponse
extends NodesOperationResponse<NodesShutdownResponse.NodeShutdownResponse>


Nested Class Summary
static class NodesShutdownResponse.NodeShutdownResponse
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
nodes
 
Constructor Summary
NodesShutdownResponse(ClusterName clusterName, NodesShutdownResponse.NodeShutdownResponse[] nodes)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
clusterName, getAt, getClusterName, getNodes, getNodesMap, iterator, nodes, nodesMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesShutdownResponse

public NodesShutdownResponse(ClusterName clusterName,
                             NodesShutdownResponse.NodeShutdownResponse[] nodes)
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws java.io.IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class NodesOperationResponse<NodesShutdownResponse.NodeShutdownResponse>
Throws:
java.io.IOException

writeTo

public void writeTo(StreamOutput out)
             throws java.io.IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class NodesOperationResponse<NodesShutdownResponse.NodeShutdownResponse>
Throws:
java.io.IOException