Searched refs:concurrencyLevels (Results 1 – 1 of 1) sorted by relevance
42 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null); field in CacheBuilderFactory51 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) { in withConcurrencyLevels() argument52 this.concurrencyLevels = Sets.newLinkedHashSet(concurrencyLevels); in withConcurrencyLevels()94 Iterable<List<Object>> combinations = buildCartesianProduct(concurrencyLevels, in buildAllPermutations()