Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
Packages that use IndicesShardStoresResponse Package Description org.elasticsearch.action.admin.indices.shards org.elasticsearch.client -
-
Uses of IndicesShardStoresResponse in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return IndicesShardStoresResponse Modifier and Type Method Description protected IndicesShardStoresResponseTransportIndicesShardStoresAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.shards with type arguments of type IndicesShardStoresResponse Modifier and Type Method Description protected voidTransportIndicesShardStoresAction. masterOperation(IndicesShardStoresRequest request, ClusterState state, ActionListener<IndicesShardStoresResponse> listener)Constructor parameters in org.elasticsearch.action.admin.indices.shards with type arguments of type IndicesShardStoresResponse Constructor Description IndicesShardStoreRequestBuilder(ElasticsearchClient client, ActionType<IndicesShardStoresResponse> action, String... indices) -
Uses of IndicesShardStoresResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type IndicesShardStoresResponse Modifier and Type Method Description ActionFuture<IndicesShardStoresResponse>IndicesAdminClient. shardStores(IndicesShardStoresRequest request)The shard stores info of one or more indices.Method parameters in org.elasticsearch.client with type arguments of type IndicesShardStoresResponse Modifier and Type Method Description voidIndicesAdminClient. shardStores(IndicesShardStoresRequest request, ActionListener<IndicesShardStoresResponse> listener)The shard stores info of one or more indices.
-