org.elasticsearch.action.admin.cluster.node.hotthreads
Class NodeHotThreads

java.lang.Object
  extended by org.elasticsearch.action.support.nodes.NodeOperationResponse
      extended by org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
All Implemented Interfaces:
Streamable

public class NodeHotThreads
extends NodeOperationResponse


Constructor Summary
NodeHotThreads(DiscoveryNode node, String hotThreads)
           
 
Method Summary
 String hotThreads()
           
 void readFrom(StreamInput in)
           
static NodeHotThreads readNodeHotThreads(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.nodes.NodeOperationResponse
getNode, node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeHotThreads

public NodeHotThreads(DiscoveryNode node,
                      String hotThreads)
Method Detail

hotThreads

public String hotThreads()

readNodeHotThreads

public static NodeHotThreads readNodeHotThreads(StreamInput in)
                                         throws IOException
Throws:
IOException

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class NodeOperationResponse
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class NodeOperationResponse
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.