Package | Description |
---|---|
org.elasticsearch.cluster.routing.allocation.allocator |
Modifier and Type | Class and Description |
---|---|
class |
BalancedShardsAllocator
The
BalancedShardsAllocator re-balances the nodes allocations
within an cluster based on a BalancedShardsAllocator.WeightFunction . |
class |
EvenShardsCountAllocator
A
ShardsAllocator that tries to balance shards across nodes in the
cluster such that each node holds approximatly the same number of shards. |
class |
ShardsAllocators
The
ShardsAllocator class offers methods for allocating shard within a cluster. |
Modifier and Type | Method and Description |
---|---|
void |
ShardsAllocatorModule.setShardsAllocator(Class<? extends ShardsAllocator> shardsAllocator) |
Constructor and Description |
---|
ShardsAllocators(Settings settings,
GatewayAllocator gatewayAllocator,
ShardsAllocator allocator) |
Copyright © 2009–2015. All rights reserved.