Class RecoveryRequest


  • public class RecoveryRequest
    extends CatRequestBase
    Returns information about index shard recoveries, both on-going completed.
    • Method Detail

      • 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