Class IndicesShardStoreRequestBuilder


public class IndicesShardStoreRequestBuilder
extends MasterNodeReadOperationRequestBuilder<IndicesShardStoresRequest,​IndicesShardStoresResponse,​IndicesShardStoreRequestBuilder>
Request builder for IndicesShardStoresRequest
  • Constructor Details

  • Method Details

    • setIndices

      public IndicesShardStoreRequestBuilder setIndices​(java.lang.String... indices)
      Sets the indices for the shard stores request
    • setIndicesOptions

      public IndicesShardStoreRequestBuilder setIndicesOptions​(IndicesOptions indicesOptions)
      Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indices
    • setShardStatuses

      public IndicesShardStoreRequestBuilder setShardStatuses​(java.lang.String... shardStatuses)
      Set statuses to filter shards to get stores info on.
      Parameters:
      shardStatuses - acceptable values are "green", "yellow", "red" and "all" see ClusterHealthStatus for details