org.elasticsearch.action.admin.cluster.node.stats
Class NodesStatsAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.cluster.ClusterAction<NodesStatsRequest,NodesStatsResponse,NodesStatsRequestBuilder>
          extended by org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction

public class NodesStatsAction
extends ClusterAction<NodesStatsRequest,NodesStatsResponse,NodesStatsRequestBuilder>


Field Summary
static NodesStatsAction INSTANCE
           
static String NAME
           
 
Method Summary
 NodesStatsRequestBuilder newRequestBuilder(ClusterAdminClient client)
           
 NodesStatsResponse 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 NodesStatsAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<NodesStatsRequest,NodesStatsResponse>

newRequestBuilder

public NodesStatsRequestBuilder newRequestBuilder(ClusterAdminClient client)
Specified by:
newRequestBuilder in class ClusterAction<NodesStatsRequest,NodesStatsResponse,NodesStatsRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.