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, transportOptionspublic static final PercolateAction INSTANCE
public static final String NAME
public PercolateResponse newResponse()
GenericActionnewResponse in class GenericAction<PercolateRequest,PercolateResponse>public PercolateRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2017. All rights reserved.