| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.shards |
| Modifier and Type | Method and Description |
|---|---|
IndicesShardStoresResponse.StoreStatus.Allocation |
IndicesShardStoresResponse.StoreStatus.getAllocation()
The allocation status of the store.
|
static IndicesShardStoresResponse.StoreStatus.Allocation |
IndicesShardStoresResponse.StoreStatus.Allocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicesShardStoresResponse.StoreStatus.Allocation[] |
IndicesShardStoresResponse.StoreStatus.Allocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndicesShardStoresResponse.StoreStatus(DiscoveryNode node,
long version,
IndicesShardStoresResponse.StoreStatus.Allocation allocation,
Throwable storeException) |
Copyright © 2009–2017. All rights reserved.