Class IndicesRequest

java.lang.Object

public final class IndicesRequest
extends CatRequestBase
  • Nested Class Summary

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

    Fields 
    Modifier and Type Field Description
    static Endpoint<IndicesRequest,​IndicesResponse,​OpenSearchError> ENDPOINT
    Endpoint "cat.indices".
  • Constructor Summary

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

    Modifier and Type Method Description
    jakarta.json.JsonValue bytes()
    API name: bytes
    jakarta.json.JsonValue expandWildcards()
    API name: expand_wildcards
    jakarta.json.JsonValue health()
    API name: health
    java.lang.Boolean includeUnloadedSegments()
    API name: include_unloaded_segments
    java.util.List<java.lang.String> index()
    API name: index
    java.lang.Boolean pri()
    API name: pri

    Methods inherited from class java.lang.Object

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