HomeSort by relevance Sort by last modified time
    Searched full:bulkget (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
StripedTest.java 144 // ensure that bulkGet returns locks in monotonically increasing order
151 Iterable<?> locks = striped.bulkGet(objects);
155 Iterable<?> locks2 = striped.bulkGet(objects);
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
StripedBenchmark.java 131 rvalue += stripedLocal.bulkGet(bulkGetSetLocal).hashCode();
  /external/guava/guava/src/com/google/common/util/concurrent/
Striped.java 132 * {@code bulkGet(keys)} with a relative large number of keys can cause an excessive number
136 * {@code bulkGet(keys)} operation. See <a href="http://www.mathpages.com/home/kmath199.htm">Balls
144 public Iterable<L> bulkGet(Iterable<?> keys) {
172 * Iterable<Lock> locks = stripedLock.bulkGet(keys);

Completed in 390 milliseconds