Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
Packages that use IndicesShardStoresResponse.Failure Package Description org.elasticsearch.action.admin.indices.shards -
-
Uses of IndicesShardStoresResponse.Failure in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return types with arguments of type IndicesShardStoresResponse.Failure Modifier and Type Method Description List<IndicesShardStoresResponse.Failure>IndicesShardStoresResponse. getFailures()Returns nodeIndicesShardStoresResponse.Failures encountered while executing the requestConstructor parameters in org.elasticsearch.action.admin.indices.shards with type arguments of type IndicesShardStoresResponse.Failure Constructor Description IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses, List<IndicesShardStoresResponse.Failure> failures)
-