Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/model/
DHost.java19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
79 initHash(getPersistentHashFunction()); in initHash()
103 private HashFunction hashFunction = getPersistentHashFunction();
DInstrumentSpec.java19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
77 this.hash = getPersistentHashFunction() in initHash()
DVmSpec.java19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
75 this.hash = getPersistentHashFunction().hashObject(this, VmSpecFunnel.INSTANCE).asInt(); in initHash()
DScenario.java19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
83 this.hash = getPersistentHashFunction() in initHash()
DBenchmarkSpec.java19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
88 this.hash = getPersistentHashFunction() in initHash()
DPersistentHashing.java28 static HashFunction getPersistentHashFunction() { in getPersistentHashFunction() method in PersistentHashing