| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.shards | |
| org.elasticsearch.cluster.routing | |
| org.elasticsearch.common.collect |
| 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. |
| Constructor and Description |
|---|
IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses,
List<IndicesShardStoresResponse.Failure> failures) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenIntMap<IndexShardRoutingTable> |
IndexRoutingTable.getShards() |
ImmutableOpenIntMap<IndexShardRoutingTable> |
IndexRoutingTable.shards() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenIntMap<VType> |
ImmutableOpenIntMap.Builder.build()
Builds a new instance of the
|
static <VType> ImmutableOpenIntMap<VType> |
ImmutableOpenIntMap.of() |
| Modifier and Type | Method and Description |
|---|---|
static <VType> ImmutableOpenIntMap.Builder<VType> |
ImmutableOpenIntMap.builder(ImmutableOpenIntMap<VType> map) |
| Constructor and Description |
|---|
ImmutableOpenIntMap.Builder(ImmutableOpenIntMap<VType> map) |
Copyright © 2009–2017. All rights reserved.