Class RecoveryRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • activeOnly

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

        API name: active_only

      • detailed

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

        API name: detailed

      • index

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

        API name: index

        Adds all elements of list to index.

      • index

        public final RecoveryRequest.Builder index​(java.lang.String value,
                                                   java.lang.String... values)
        Comma-separated list or wildcard expression of index names to limit the returned information

        API name: index

        Adds one or more values to index.