Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Packages that use IndicesShardStoresResponse.StoreStatus Package Description org.elasticsearch.action.admin.indices.shards -
-
Uses of IndicesShardStoresResponse.StoreStatus in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return types with arguments of type IndicesShardStoresResponse.StoreStatus Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>IndicesShardStoresResponse. getStoreStatuses()ReturnsIndicesShardStoresResponse.StoreStatuss grouped by their index names and shard ids.Methods in org.elasticsearch.action.admin.indices.shards with parameters of type IndicesShardStoresResponse.StoreStatus Modifier and Type Method Description intIndicesShardStoresResponse.StoreStatus. compareTo(IndicesShardStoresResponse.StoreStatus other)Constructor parameters in org.elasticsearch.action.admin.indices.shards with type arguments of type IndicesShardStoresResponse.StoreStatus Constructor Description IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses, List<IndicesShardStoresResponse.Failure> failures)
-