| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.shards |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> |
IndicesShardStoresResponse.getStoreStatuses()
Returns
IndicesShardStoresResponse.StoreStatuss
grouped by their index names and shard ids. |
| Modifier and Type | Method and Description |
|---|---|
int |
IndicesShardStoresResponse.StoreStatus.compareTo(IndicesShardStoresResponse.StoreStatus other) |
| Constructor and Description |
|---|
IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses,
List<IndicesShardStoresResponse.Failure> failures) |
Copyright © 2009–2017. All rights reserved.