Class FlushRequest

java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.FlushRequest

public final class FlushRequest
extends RequestBase
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  FlushRequest.Builder
    Builder for FlushRequest.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Endpoint<FlushRequest,​FlushResponse,​OpenSearchError> ENDPOINT
    Endpoint "indices.flush".
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected FlushRequest​(FlushRequest.Builder builder)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean allowNoIndices()
    API name: allow_no_indices
    jakarta.json.JsonValue expandWildcards()
    API name: expand_wildcards
    java.lang.Boolean force()
    API name: force
    java.lang.Boolean ignoreUnavailable()
    API name: ignore_unavailable
    java.util.List<java.lang.String> index()
    API name: index
    java.lang.Boolean waitIfOngoing()
    API name: wait_if_ongoing

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait