Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PageCacheRecycler (0.27 seconds)

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

        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");
        private final IndicesFieldDataCache indicesFieldDataCache = new IndicesFieldDataCache(
            Settings.EMPTY,
    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)
  2. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/bucket/terms/LongKeyedBucketOrdsBenchmark.java

        /**
         * Number of distinct values to add to values within buckets.
         */
        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.
    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