org.infinispan.client.hotrod.impl.consistenthash
Class ConsistentHashV2
java.lang.Object
org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsistentHashV2
public ConsistentHashV2()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.