Examples of MurmurHash3


Examples of org.infinispan.util.hash.MurmurHash3

* @see org.infinispan.util.hash.MurmurHash3
* @since 5.0
*/
public class ConsistentHashV2 extends ConsistentHashV1 {
   public ConsistentHashV2() {
      mmh = new MurmurHash3();
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.