public class ClearIndicesCacheAction extends Action<ClearIndicesCacheRequest,ClearIndicesCacheResponse,ClearIndicesCacheRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static ClearIndicesCacheAction |
INSTANCE |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
ClearIndicesCacheRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
ClearIndicesCacheResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final ClearIndicesCacheAction INSTANCE
public static final java.lang.String NAME
public ClearIndicesCacheResponse newResponse()
GenericAction
newResponse
in class GenericAction<ClearIndicesCacheRequest,ClearIndicesCacheResponse>
public ClearIndicesCacheRequestBuilder newRequestBuilder(ElasticsearchClient client)
Action
newRequestBuilder
in class Action<ClearIndicesCacheRequest,ClearIndicesCacheResponse,ClearIndicesCacheRequestBuilder>