public class ClearIndicesCacheAction extends IndicesAction<ClearIndicesCacheRequest,ClearIndicesCacheResponse,ClearIndicesCacheRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static ClearIndicesCacheAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
ClearIndicesCacheRequestBuilder |
newRequestBuilder(IndicesAdminClient 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 String NAME
public ClearIndicesCacheResponse newResponse()
GenericAction
newResponse
in class GenericAction<ClearIndicesCacheRequest,ClearIndicesCacheResponse>
public ClearIndicesCacheRequestBuilder newRequestBuilder(IndicesAdminClient client)
Action
Copyright © 2009–2015. All rights reserved.