Uses of Interface
org.infinispan.commons.hash.Hash
Package
Description
Commons Hash package
Commons package providing various utility classes
Consistent Hash interfaces
-
Uses of Hash in org.infinispan.commons.hash
Modifier and TypeClassDescriptionclass
MurmurHash3 implementation in Java, based on Austin Appleby's original in C Only implementing x64 version, because this should always be faster on 64 bit native processors, even 64 bit being ran with a 32 bit OS; this should also be as fast or faster than the x86 version on some modern 32 bit processors. -
Uses of Hash in org.infinispan.commons.util
Modifier and TypeMethodDescriptionstatic int
Util.getNormalizedHash
(Object object, Hash hashFct) Applies the given hash function to the hash code of a given object, and then normalizes it to ensure a positive value is always returned. -
Uses of Hash in org.infinispan.distribution.ch
-
Uses of Hash in org.infinispan.distribution.ch.impl
Modifier and TypeMethodDescriptionHashFunctionPartitioner.getHash()
protected static Hash
AbstractConsistentHash.parseHashFunction
(ScopedPersistentState state)