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

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

public class NodesRestartResponse
extends NodesOperationResponse<NodesRestartResponse.NodeRestartResponse>


Nested Class Summary
static class NodesRestartResponse.NodeRestartResponse
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
nodes
 
Constructor Summary
NodesRestartResponse(ClusterName clusterName, NodesRestartResponse.NodeRestartResponse[] 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

NodesRestartResponse

public NodesRestartResponse(ClusterName clusterName,
                            NodesRestartResponse.NodeRestartResponse[] nodes)
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class NodesOperationResponse<NodesRestartResponse.NodeRestartResponse>
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class NodesOperationResponse<NodesRestartResponse.NodeRestartResponse>
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.