Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Packages that use IndicesShardStoreRequestBuilder Package Description org.elasticsearch.action.admin.indices.shards org.elasticsearch.client -
-
Uses of IndicesShardStoreRequestBuilder in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return IndicesShardStoreRequestBuilder Modifier and Type Method Description IndicesShardStoreRequestBuilderIndicesShardStoreRequestBuilder. setIndices(String... indices)Sets the indices for the shard stores requestIndicesShardStoreRequestBuilderIndicesShardStoreRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indicesIndicesShardStoreRequestBuilderIndicesShardStoreRequestBuilder. setShardStatuses(String... shardStatuses)Set statuses to filter shards to get stores info on. -
Uses of IndicesShardStoreRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return IndicesShardStoreRequestBuilder Modifier and Type Method Description IndicesShardStoreRequestBuilderIndicesAdminClient. prepareShardStores(String... indices)The shard stores info of one or more indices.
-