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

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.cluster.ClusterAction<NodesHotThreadsRequest,NodesHotThreadsResponse,NodesHotThreadsRequestBuilder>
          extended by org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction

public class NodesHotThreadsAction
extends ClusterAction<NodesHotThreadsRequest,NodesHotThreadsResponse,NodesHotThreadsRequestBuilder>


Field Summary
static NodesHotThreadsAction INSTANCE
           
static String NAME
           
 
Method Summary
 NodesHotThreadsRequestBuilder newRequestBuilder(ClusterAdminClient client)
           
 NodesHotThreadsResponse newResponse()
          Creates a new response instance.
 
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NodesHotThreadsAction INSTANCE

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

newResponse

public NodesHotThreadsResponse newResponse()
Description copied from class: GenericAction
Creates a new response instance.

Specified by:
newResponse in class GenericAction<NodesHotThreadsRequest,NodesHotThreadsResponse>

newRequestBuilder

public NodesHotThreadsRequestBuilder newRequestBuilder(ClusterAdminClient client)
Specified by:
newRequestBuilder in class ClusterAction<NodesHotThreadsRequest,NodesHotThreadsResponse,NodesHotThreadsRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.