| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.shards |
| Modifier and Type | Method and Description |
|---|---|
static IndicesShardStoresResponse.Failure |
IndicesShardStoresResponse.Failure.readFailure(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
List<IndicesShardStoresResponse.Failure> |
IndicesShardStoresResponse.getFailures()
Returns node
IndicesShardStoresResponse.Failures encountered
while executing the request |
| Constructor and Description |
|---|
IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses,
List<IndicesShardStoresResponse.Failure> failures) |
Copyright © 2009–2017. All rights reserved.