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.hashClasses in org.infinispan.commons.hash that implement HashModifier and TypeClassDescriptionclassA CRC16 implementation in Java.classMurmurHash3 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.utilMethods in org.infinispan.commons.util with parameters of type HashModifier and TypeMethodDescriptionstatic intUtil.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 intUtil.getSegmentSize(Hash hash, int numSegments) 
- 
Uses of Hash in org.infinispan.distribution.chMethods in org.infinispan.distribution.ch with parameters of type Hash
- 
Uses of Hash in org.infinispan.distribution.ch.implFields 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 HashAbstractConsistentHash.parseHashFunction(ScopedPersistentState state) 
ConsistentHashFactory.create(int, int, List, Map)instead.