public class NodesHotThreadsResponse extends BaseNodesResponse<NodeHotThreads>
TransportResponse.Empty| Constructor and Description |
|---|
NodesHotThreadsResponse(ClusterName clusterName,
java.util.List<NodeHotThreads> nodes,
java.util.List<FailedNodeException> failures) |
| Modifier and Type | Method and 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, writeToremoteAddress, 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