- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for NoopGatewayAllocator (0.09 seconds)
-
benchmarks/src/main/java/org/elasticsearch/benchmark/routing/allocation/Allocators.java
import java.util.List; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; public final class Allocators { private static class NoopGatewayAllocator extends GatewayAllocator { public static final NoopGatewayAllocator INSTANCE = new NoopGatewayAllocator(); @Override public void applyStartedShards(List<ShardRouting> startedShards, RoutingAllocation allocation) { // noop }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 03 00:10:53 GMT 2021 - 3.9K bytes - Click Count (0)