| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.routing.allocation.allocator |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ClusterModule.registerShardsAllocator(String name,
Class<? extends ShardsAllocator> clazz) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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. |
| コンストラクタと説明 |
|---|
ShardsAllocators(Settings settings,
GatewayAllocator gatewayAllocator,
ShardsAllocator allocator) |
Copyright © 2009–2016. All rights reserved.