Streamable, Writeablepublic class NodesHotThreadsResponse extends BaseNodesResponse<NodeHotThreads>
TransportResponse.EmptyWriteable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
NodesHotThreadsResponse(ClusterName clusterName,
java.util.List<NodeHotThreads> nodes,
java.util.List<FailedNodeException> failures) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<NodeHotThreads> |
readNodesFrom(StreamInput in) |
Read the
BaseNodesResponse.nodes from the stream. |
protected void |
writeNodesTo(StreamOutput out,
java.util.List<NodeHotThreads> nodes) |
Write the
BaseNodesResponse.nodes to the stream. |
failures, getClusterName, getNodes, getNodesMap, hasFailures, readFrom, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewWriteableReaderremoteAddress, remoteAddresspublic NodesHotThreadsResponse(ClusterName clusterName, java.util.List<NodeHotThreads> nodes, java.util.List<FailedNodeException> failures)
protected java.util.List<NodeHotThreads> readNodesFrom(StreamInput in) throws java.io.IOException
BaseNodesResponseBaseNodesResponse.nodes from the stream.readNodesFrom in class BaseNodesResponse<NodeHotThreads>null.java.io.IOExceptionprotected void writeNodesTo(StreamOutput out, java.util.List<NodeHotThreads> nodes) throws java.io.IOException
BaseNodesResponseBaseNodesResponse.nodes to the stream.writeNodesTo in class BaseNodesResponse<NodeHotThreads>java.io.IOException