public class ClusterStateResponse extends ActionResponse
TransportResponse.Empty headers| Constructor and Description |
|---|
ClusterStateResponse()
|
ClusterStateResponse(ClusterName
|
| Modifier and Type | Method and Description |
|---|---|
ClusterName |
getClusterName()
|
ClusterState |
getState()
|
void |
readFrom(StreamInput
|
void |
writeTo(StreamOutput
|
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic ClusterStateResponse()
public ClusterStateResponse(ClusterNameclusterName, ClusterState clusterState)
public ClusterStategetState()
public ClusterNamegetClusterName()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
ActionResponse
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
ActionResponse
IOException