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

java.lang.Object
  extended by org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class NodesShutdownResponse
extends Object
implements ActionResponse


Constructor Summary
NodesShutdownResponse(ClusterName clusterName, DiscoveryNode[] nodes)
           
 
Method Summary
 ClusterName clusterName()
           
 ClusterName getClusterName()
           
 DiscoveryNode[] getNodes()
           
 DiscoveryNode[] nodes()
           
 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

NodesShutdownResponse

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

clusterName

public ClusterName clusterName()

getClusterName

public ClusterName getClusterName()

nodes

public DiscoveryNode[] nodes()

getNodes

public DiscoveryNode[] getNodes()

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.