Class FlushCacheRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.FlushCacheRequest
- All Implemented Interfaces:
ToCopyableBuilder<FlushCacheRequest.Builder,FlushCacheRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class FlushCacheRequest
extends RequestBase
implements ToCopyableBuilder<FlushCacheRequest.Builder,FlushCacheRequest>
Flushes the Security plugin's user, authentication, and authorization cache.
-
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<FlushCacheRequest, FlushCacheResponse, ErrorResponse> Endpoint "security.flush_cache". -
Method Summary
Modifier and TypeMethodDescriptionstatic FlushCacheRequest.Builderbuilder()booleaninthashCode()static FlushCacheRequestCreate 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 "security.flush_cache".
-
-
Method Details
-
of
public static FlushCacheRequest of(Function<FlushCacheRequest.Builder, ObjectBuilder<FlushCacheRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FlushCacheRequest.Builder,FlushCacheRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-