Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DiscoveryNode (0.13 seconds)

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

            return new AllocationDeciders(deciders);
        }
    
        private static final AtomicInteger portGenerator = new AtomicInteger();
    
        public static DiscoveryNode newNode(String nodeId, Map<String, String> attributes) {
            return new DiscoveryNode(
                "",
                nodeId,
                new TransportAddress(TransportAddress.META_ADDRESS, portGenerator.incrementAndGet()),
                attributes,
    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