Uses of Interface
org.infinispan.commons.hash.Hash
-
Packages that use Hash Package Description org.infinispan.commons.hash Commons Hash packageorg.infinispan.commons.util Commons package providing various utility classesorg.infinispan.distribution.ch Consistent Hash interfaces -
-
Uses of Hash in org.infinispan.commons.hash
Classes in org.infinispan.commons.hash that implement Hash Modifier and Type Class Description class
MurmurHash3
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 Hash Modifier and Type Method Description static 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
Methods in org.infinispan.distribution.ch with parameters of type Hash Modifier and Type Method Description default CH
ConsistentHashFactory. create(Hash hashFunction, int numOwners, int numSegments, List<org.infinispan.remoting.transport.Address> members, Map<org.infinispan.remoting.transport.Address,Float> capacityFactors)
Deprecated.since 11.0.
-