Package | Description |
---|---|
org.infinispan.client.hotrod.configuration | |
org.infinispan.client.hotrod.impl.consistenthash | |
org.infinispan.client.hotrod.impl.transport.tcp |
Modifier and Type | Method and Description |
---|---|
Class<? extends ConsistentHash> |
Configuration.consistentHashImpl(int version) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
AbstractConfigurationChildBuilder.consistentHashImpl(int version,
Class<? extends ConsistentHash> consistentHashClass) |
ConfigurationBuilder |
ConfigurationChildBuilder.consistentHashImpl(int version,
Class<? extends ConsistentHash> consistentHashClass)
Defines the
ConsistentHash implementation to use for the specified version. |
ConfigurationBuilder |
ConfigurationBuilder.consistentHashImpl(int version,
Class<? extends ConsistentHash> consistentHashClass) |
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 © 2016 JBoss, a division of Red Hat. All rights reserved.