OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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