public class PercolateAction extends Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static PercolateAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
PercolateRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
PercolateResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final PercolateAction INSTANCE
public static final String NAME
public PercolateResponse newResponse()
GenericAction
newResponse
in class GenericAction<PercolateRequest,PercolateResponse>
public PercolateRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action
newRequestBuilder
in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>
client
- An initialized ElasticsearchClient
RequestBuilder
instanceCopyright © 2009–2017. All rights reserved.