public class ClearScrollAction extends Action<ClearScrollRequest,ClearScrollResponse,ClearScrollRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static ClearScrollAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
ClearScrollRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
ClearScrollResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final ClearScrollAction INSTANCE
public static final java.lang.String NAME
public ClearScrollResponse newResponse()
GenericActionnewResponse in class GenericAction<ClearScrollRequest,ClearScrollResponse>public ClearScrollRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<ClearScrollRequest,ClearScrollResponse,ClearScrollRequestBuilder>