@Deprecated public class PercolateAction extends Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static PercolateAction |
INSTANCE
Deprecated.
|
static java.lang.String |
NAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PercolateRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Deprecated.
|
PercolateResponse |
newResponse()
Deprecated.
|
equals, hashCode, name, transportOptionspublic static final PercolateAction INSTANCE
public static final java.lang.String NAME
public PercolateResponse newResponse()
newResponse in class GenericAction<PercolateRequest,PercolateResponse>public PercolateRequestBuilder newRequestBuilder(ElasticsearchClient client)
newRequestBuilder in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder>