Searched refs:computeCapacityHint (Results 1 – 1 of 1) sorted by relevance
2033 new HashMap<>(computeCapacityHint(values.length)); in multiGet()2093 new HashMap<>(computeCapacityHint(values.length)); in multiGet()2132 new HashMap<>(computeCapacityHint(values.length)); in multiGet()2193 = new HashMap<>(computeCapacityHint(values.length)); in multiGet()4225 private static int computeCapacityHint(final int estimatedNumberOfItems) { in computeCapacityHint() method in RocksDB