org.infinispan.client.hotrod.impl.consistenthash
Class ConsistentHashV2

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
      extended by org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV2
All Implemented Interfaces:
ConsistentHash

public class ConsistentHashV2
extends ConsistentHashV1

Version 2 of the ConsistentHash function. Uses MurmurHash3.

Since:
5.0
Author:
manik
See Also:
MurmurHash3

Field Summary
 
Fields inherited from class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
hash
 
Constructor Summary
ConsistentHashV2()
           
 
Method Summary
 
Methods inherited from class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
getNormalizedHash, getServer, init, setHash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsistentHashV2

public ConsistentHashV2()

-->

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