Uses of Interface
org.infinispan.util.hash.Hash

Packages that use Hash
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.distribution.ch   
org.infinispan.util.hash   
 

Uses of Hash in org.infinispan.config
 

Method parameters in org.infinispan.config with type arguments of type Hash
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.hashFunctionClass(Class<? extends Hash> hashFunctionClass)
          A fully qualified name of the class providing a hash function, used as a bit spreader and a general hash code generator.
 FluentConfiguration.HashConfig Configuration.HashType.hashFunctionClass(Class<? extends Hash> hashFunctionClass)
           
 

Uses of Hash in org.infinispan.distribution.ch
 

Fields in org.infinispan.distribution.ch declared as Hash
protected  Hash AbstractWheelConsistentHash.hashFunction
           
 

Methods in org.infinispan.distribution.ch with parameters of type Hash
 void AbstractWheelConsistentHash.setHashFunction(Hash h)
           
 

Constructors in org.infinispan.distribution.ch with parameters of type Hash
DefaultConsistentHash(Hash hash)
           
TopologyAwareConsistentHash(Hash hash)
           
 

Uses of Hash in org.infinispan.util.hash
 

Classes in org.infinispan.util.hash that implement Hash
 class MurmurHash2
          An implementation of Austin Appleby's MurmurHash2.0 algorithm, as documented on his website.
 class MurmurHash2Compat
          An implementation of Austin Appleby's MurmurHash2.0 algorithm, as documented on his website.
 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.
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.