| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.routing.allocation.allocator |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterModule.registerShardsAllocator(String name,
Class<? extends ShardsAllocator> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
BalancedShardsAllocator
The
BalancedShardsAllocator re-balances the nodes allocations
within an cluster based on a BalancedShardsAllocator.WeightFunction. |
class |
ShardsAllocators
The
ShardsAllocator class offers methods for allocating shard within a cluster. |
| Constructor and Description |
|---|
ShardsAllocators(Settings settings,
GatewayAllocator gatewayAllocator,
ShardsAllocator allocator) |
Copyright © 2009–2017. All rights reserved.