org.elasticsearch.action.count
Class CountAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.Action<CountRequest,CountResponse,CountRequestBuilder>
          extended by org.elasticsearch.action.count.CountAction

public class CountAction
extends Action<CountRequest,CountResponse,CountRequestBuilder>


Field Summary
static CountAction INSTANCE
           
static String NAME
           
 
Method Summary
 CountRequestBuilder newRequestBuilder(Client client)
           
 CountResponse 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 CountAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<CountRequest,CountResponse>

newRequestBuilder

public CountRequestBuilder newRequestBuilder(Client client)
Specified by:
newRequestBuilder in class Action<CountRequest,CountResponse,CountRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.