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