Home
last modified time | relevance | path

Searched refs:computeCapacityHint (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DRocksDB.java2033 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