Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bytesToPreallocate (0.09 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/AggConstructionContentionBenchmark.java

            DummyAggregationContext(long bytesToPreallocate) {
                CircuitBreakerService breakerService;
                if (preallocateBreaker) {
                    breakerService = preallocated = new PreallocatedCircuitBreakerService(
                        AggConstructionContentionBenchmark.this.breakerService,
                        CircuitBreaker.REQUEST,
                        bytesToPreallocate,
                        "aggregations"
    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