org.elasticsearch.action.admin.cluster.state
Class ClusterStateResponse

java.lang.Object
  extended by org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class ClusterStateResponse
extends Object
implements ActionResponse


Constructor Summary
ClusterStateResponse()
           
 
Method Summary
 ClusterName clusterName()
           
 ClusterName getClusterName()
           
 ClusterState getState()
           
 void readFrom(StreamInput in)
           
 ClusterState state()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStateResponse

public ClusterStateResponse()
Method Detail

state

public ClusterState state()

getState

public ClusterState getState()

clusterName

public ClusterName clusterName()

getClusterName

public ClusterName getClusterName()

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.