org.elasticsearch.gateway.local.state.shards
Class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>
      extended by org.elasticsearch.gateway.local.state.shards.TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards
All Implemented Interfaces:
Iterable<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>, ActionResponse, Streamable
Enclosing class:
TransportNodesListGatewayStartedShards

public static class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards
extends NodesOperationResponse<TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards>


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.nodes.NodesOperationResponse
nodes
 
Constructor Summary
TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards(ClusterName clusterName, TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes, FailedNodeException[] failures)
           
 
Method Summary
 FailedNodeException[] failures()
           
 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

TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards

public TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards(ClusterName clusterName,
                                                                             TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes,
                                                                             FailedNodeException[] failures)
Method Detail

failures

public FailedNodeException[] failures()

readFrom

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

writeTo

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


Copyright © 2009-2012. All Rights Reserved.