|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.action.support.nodes.NodesOperationResponse<NodesRestartResponse.NodeRestartResponse> org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse
public class NodesRestartResponse
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 |
---|
public NodesRestartResponse(ClusterName clusterName, NodesRestartResponse.NodeRestartResponse[] nodes)
Method Detail |
---|
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class NodesOperationResponse<NodesRestartResponse.NodeRestartResponse>
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in class NodesOperationResponse<NodesRestartResponse.NodeRestartResponse>
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |