Uses of Interface
org.infinispan.commons.hash.Hash
Packages that use Hash
Package
Description
Commons Hash package
Commons package providing various utility classes
Consistent Hash interfaces
-
Uses of Hash in org.infinispan.commons.hash
Classes in org.infinispan.commons.hash that implement HashModifier and TypeClassDescriptionclass
A CRC16 implementation in Java.class
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
Methods in org.infinispan.commons.util with parameters of type HashModifier 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.static int
Util.getSegmentSize
(Hash hash, int numSegments) -
Uses of Hash in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type Hash -
Uses of Hash in org.infinispan.distribution.ch.impl
Fields in org.infinispan.distribution.ch.impl declared as HashMethods in org.infinispan.distribution.ch.impl that return HashModifier and TypeMethodDescriptionHashFunctionPartitioner.getHash()
RESPHashFunctionPartitioner.getHash()
protected static Hash
AbstractConsistentHash.parseHashFunction
(ScopedPersistentState state)