Package | Description |
---|---|
org.infinispan.client.hotrod.impl.consistenthash | |
org.infinispan.client.hotrod.impl.transport.tcp |
Modifier and Type | Class and Description |
---|---|
class |
ConsistentHashV1
Version one consistent hash function based on
MurmurHash2 ; |
class |
ConsistentHashV2
Version 2 of the ConsistentHash function.
|
Modifier and Type | Method and Description |
---|---|
ConsistentHash |
ConsistentHashFactory.newConsistentHash(int version) |
Modifier and Type | Method and Description |
---|---|
ConsistentHash |
TcpTransportFactory.getConsistentHash()
Note that the returned
ConsistentHash may not be thread-safe. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.