Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createAllocationDeciders (0.78 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/routing/allocation/Allocators.java

            );
        }
    
        public static AllocationDeciders defaultAllocationDeciders(Settings settings, ClusterSettings clusterSettings) {
            Collection<AllocationDecider> deciders = ClusterModule.createAllocationDeciders(settings, clusterSettings, Collections.emptyList());
            return new AllocationDeciders(deciders);
        }
    
        private static final AtomicInteger portGenerator = new AtomicInteger();
    
    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)
Back to Top