public class IndicesShardStoreRequestBuilder extends MasterNodeReadOperationRequestBuilder<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder>
IndicesShardStoresRequestaction, client, request| Constructor and Description |
|---|
IndicesShardStoreRequestBuilder(ElasticsearchClient client,
Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder> action,
java.lang.String... indices) |
| Modifier and Type | Method and Description |
|---|---|
IndicesShardStoreRequestBuilder |
setIndices(java.lang.String... indices)
Sets the indices for the shard stores request
|
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
|
IndicesShardStoreRequestBuilder |
setShardStatuses(java.lang.String... shardStatuses)
Set statuses to filter shards to get stores info on.
|
setLocalsetMasterNodeTimeout, setMasterNodeTimeoutpublic IndicesShardStoreRequestBuilder(ElasticsearchClient client, Action<IndicesShardStoresRequest,IndicesShardStoresResponse,IndicesShardStoreRequestBuilder> action, java.lang.String... indices)
public IndicesShardStoreRequestBuilder setIndices(java.lang.String... indices)
public IndicesShardStoreRequestBuilder setIndicesOptions(IndicesOptions indicesOptions)
public IndicesShardStoreRequestBuilder setShardStatuses(java.lang.String... shardStatuses)
shardStatuses - acceptable values are "green", "yellow", "red" and "all"
see ClusterHealthStatus for details