Class ClearCacheRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.ClearCacheRequest
- All Implemented Interfaces:
ToCopyableBuilder<ClearCacheRequest.Builder,ClearCacheRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ClearCacheRequest
extends RequestBase
implements ToCopyableBuilder<ClearCacheRequest.Builder,ClearCacheRequest>
Clears the store caches.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ClearCacheRequest, ClearCacheResponse, ErrorResponse> Endpoint "ltr.clear_cache". -
Method Summary
Modifier and TypeMethodDescriptionstatic ClearCacheRequest.Builderbuilder()booleaninthashCode()static ClearCacheRequestfinal Stringstore()The name of the feature store for which to clear the cache.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "ltr.clear_cache".
-
-
Method Details
-
of
public static ClearCacheRequest of(Function<ClearCacheRequest.Builder, ObjectBuilder<ClearCacheRequest>> fn) -
store
The name of the feature store for which to clear the cache.API name:
store -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ClearCacheRequest.Builder,ClearCacheRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-