Class RecoveryRequest

java.lang.Object

public class RecoveryRequest
extends CatRequestBase
Returns information about index shard recoveries, both on-going completed.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static RecoveryRequest of​(java.util.function.Function<RecoveryRequest.Builder,​ObjectBuilder<RecoveryRequest>> fn)
    • activeOnly

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

      API name: active_only

    • bytes

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

      API name: bytes

    • detailed

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

      API name: detailed

    • index

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

      API name: index