HomeSort by relevance Sort by last modified time
    Searched defs:getPersistentHashFunction (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/model/
PersistentHashing.java 28 static HashFunction getPersistentHashFunction() {
Host.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
79 initHash(getPersistentHashFunction());
103 private HashFunction hashFunction = getPersistentHashFunction();

Completed in 43 milliseconds