public class ClearScrollAction extends Action<ClearScrollRequest,ClearScrollResponse,ClearScrollRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static ClearScrollAction |
INSTANCE |
static 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 String NAME
public ClearScrollResponse newResponse()
GenericActionnewResponse in class GenericAction<ClearScrollRequest,ClearScrollResponse>public ClearScrollRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<ClearScrollRequest,ClearScrollResponse,ClearScrollRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2017. All rights reserved.