Class RecoveryRequest

java.lang.Object
All Implemented Interfaces:
ElasticsearchCatRequest, ElasticsearchCommonRequest

public final class RecoveryRequest
extends CatRequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • index

      @Nullable public java.util.List<java.lang.String> index()
      Comma-separated list or wildcard expression of index names to limit the returned information

      API name: index

    • activeOnly

      @Nullable public java.lang.Boolean activeOnly()
      If true, the response only includes ongoing shard recoveries

      API name: active_only

    • bytes

      @Nullable public Bytes bytes()
      The unit in which to display byte values

      API name: bytes

    • detailed

      @Nullable public java.lang.Boolean detailed()
      If true, the response includes detailed information about shard recoveries

      API name: detailed