Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Packages that use IndicesShardStoresRequest Package Description org.elasticsearch.action.admin.indices.shards org.elasticsearch.client -
-
Uses of IndicesShardStoresRequest in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return IndicesShardStoresRequest Modifier and Type Method Description IndicesShardStoresRequestIndicesShardStoresRequest. indices(String... indices)Sets the indices for the shard stores requestIndicesShardStoresRequestIndicesShardStoresRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indicesIndicesShardStoresRequestIndicesShardStoresRequest. shardStatuses(String... shardStatuses)Set statuses to filter shards to get stores info on.Methods in org.elasticsearch.action.admin.indices.shards with parameters of type IndicesShardStoresRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesShardStoresAction. checkBlock(IndicesShardStoresRequest request, ClusterState state)protected voidTransportIndicesShardStoresAction. masterOperation(IndicesShardStoresRequest request, ClusterState state, ActionListener<IndicesShardStoresResponse> listener) -
Uses of IndicesShardStoresRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return IndicesShardStoresRequest Modifier and Type Method Description static IndicesShardStoresRequestRequests. indicesShardStoresRequest(String... indices)Creates an indices shard stores info request.Methods in org.elasticsearch.client with parameters of type IndicesShardStoresRequest Modifier and Type Method Description ActionFuture<IndicesShardStoresResponse>IndicesAdminClient. shardStores(IndicesShardStoresRequest request)The shard stores info of one or more indices.voidIndicesAdminClient. shardStores(IndicesShardStoresRequest request, ActionListener<IndicesShardStoresResponse> listener)The shard stores info of one or more indices.
-