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

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationResponse
      extended by org.elasticsearch.gateway.local.state.shards.TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards
All Implemented Interfaces:
Streamable
Enclosing class:
TransportNodesListGatewayStartedShards

public static class TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards
extends NodeOperationResponse


Constructor Summary
TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards(DiscoveryNode node, long version)
           
 
Method Summary
 boolean hasVersion()
           
 void readFrom(StreamInput in)
           
 long version()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodeOperationResponse
getNode, node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards

public TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards(DiscoveryNode node,
                                                                            long version)
Method Detail

hasVersion

public boolean hasVersion()

version

public long version()

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class NodeOperationResponse
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class NodeOperationResponse
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.