Class ClearIndicesCacheRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder<ClearIndicesCacheRequest,ClearIndicesCacheResponse,ClearIndicesCacheRequestBuilder>
org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
public class ClearIndicesCacheRequestBuilder extends BroadcastOperationRequestBuilder<ClearIndicesCacheRequest,ClearIndicesCacheResponse,ClearIndicesCacheRequestBuilder>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors Constructor Description ClearIndicesCacheRequestBuilder(ElasticsearchClient client, ClearIndicesCacheAction action) -
Method Summary
Modifier and Type Method Description ClearIndicesCacheRequestBuildersetFieldDataCache(boolean fieldDataCache)ClearIndicesCacheRequestBuildersetFields(java.lang.String... fields)ClearIndicesCacheRequestBuildersetQueryCache(boolean queryCache)ClearIndicesCacheRequestBuildersetRequestCache(boolean requestCache)Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
setIndices, setIndicesOptions, setTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestBuilder
execute, execute, get, get, get, requestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClearIndicesCacheRequestBuilder
-
-
Method Details
-
setQueryCache
-
setRequestCache
-
setFieldDataCache
-
setFields
-