Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ClusterSettings (0.06 seconds)

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

            return createAllocationService(settings, new ClusterSettings(Settings.EMPTY, ClusterSettings.BUILT_IN_CLUSTER_SETTINGS));
        }
    
        public static AllocationService createAllocationService(Settings settings, ClusterSettings clusterSettings) {
            return new AllocationService(
                defaultAllocationDeciders(settings, clusterSettings),
                NoopGatewayAllocator.INSTANCE,
    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)
  2. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/AggConstructionContentionBenchmark.java

    @State(Scope.Benchmark)
    @Threads(Threads.MAX)
    public class AggConstructionContentionBenchmark {
        private final SearchModule searchModule = new SearchModule(Settings.EMPTY, List.of());
        private final ClusterSettings clusterSettings = new ClusterSettings(Settings.EMPTY, ClusterSettings.BUILT_IN_CLUSTER_SETTINGS);
        private final PageCacheRecycler recycler = new PageCacheRecycler(Settings.EMPTY);
        private final Index index = new Index("test", "uuid");
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jun 16 08:22:22 GMT 2021
    - 12.3K bytes
    - Click Count (0)
Back to Top