org.elasticsearch.action.percolate
Class PercolateAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>
          extended by org.elasticsearch.action.percolate.PercolateAction

public class PercolateAction
extends Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>


Field Summary
static PercolateAction INSTANCE
           
static String NAME
           
 
Method Summary
 PercolateRequestBuilder newRequestBuilder(Client client)
           
 PercolateResponse 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 PercolateAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<PercolateRequest,PercolateResponse>

newRequestBuilder

public PercolateRequestBuilder newRequestBuilder(Client client)
Specified by:
newRequestBuilder in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.