Package | Description |
---|---|
org.elasticsearch.cluster.routing.allocation.allocator | |
org.elasticsearch.gateway.local | |
org.elasticsearch.gateway.none |
Modifier and Type | Method and Description |
---|---|
void |
GatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation) |
void |
ShardsAllocators.applyFailedShards(FailedRerouteAllocation allocation) |
void |
ShardsAllocator.applyFailedShards(FailedRerouteAllocation allocation)
Applies changes on failed nodes based on the implemented algorithm.
|
void |
EvenShardsCountAllocator.applyFailedShards(FailedRerouteAllocation allocation) |
void |
BalancedShardsAllocator.applyFailedShards(FailedRerouteAllocation allocation) |
Modifier and Type | Method and Description |
---|---|
void |
LocalGatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation) |
Modifier and Type | Method and Description |
---|---|
void |
NoneGatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation) |
Copyright © 2009–2015. All rights reserved.