Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bigArrays (0.14 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/bucket/terms/LongKeyedBucketOrdsBenchmark.java

         */
        private static final long DISTINCT_VALUES_IN_BUCKETS = 10;
    
        private final PageCacheRecycler recycler = new PageCacheRecycler(Settings.EMPTY);
        private final BigArrays bigArrays = new BigArrays(recycler, null, "REQUEST");
    
        /**
         * Force loading all of the implementations just for extra paranoia's sake.
         * We really don't want the JVM to be able to eliminate one of them just
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Feb 19 20:59:23 GMT 2021
    - 8.4K bytes
    - Click Count (0)
Back to Top