public class NoopGatewayAllocator extends GatewayAllocator
| Modifier and Type | Field | Description |
|---|---|---|
static NoopGatewayAllocator |
INSTANCE |
deprecationLogger, logger, settings| Modifier | Constructor | Description |
|---|---|---|
protected |
NoopGatewayAllocator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
allocateUnassigned(RoutingAllocation allocation) |
|
void |
applyFailedShards(RoutingAllocation allocation,
java.util.List<FailedShard> failedShards) |
|
void |
applyStartedShards(RoutingAllocation allocation,
java.util.List<ShardRouting> startedShards) |
logDeprecatedSetting, logRemovedSetting, nodeNamedecideUnassignedShardAllocation, getNumberOfInFlightFetch, innerAllocatedUnassignedpublic static final NoopGatewayAllocator INSTANCE
public void applyStartedShards(RoutingAllocation allocation, java.util.List<ShardRouting> startedShards)
applyStartedShards in class GatewayAllocatorpublic void applyFailedShards(RoutingAllocation allocation, java.util.List<FailedShard> failedShards)
applyFailedShards in class GatewayAllocatorpublic void allocateUnassigned(RoutingAllocation allocation)
allocateUnassigned in class GatewayAllocator