public class ConsistentHashLB extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConsistentHashLB.HashKey |
| Constructor and Description |
|---|
ConsistentHashLB()
No args constructor for use in serialization
|
ConsistentHashLB(ConsistentHashLB.HashKey hashKey,
Long minimumRingSize) |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHashLB.HashKey |
getHashKey() |
Long |
getMinimumRingSize() |
void |
setHashKey(ConsistentHashLB.HashKey hashKey) |
void |
setMinimumRingSize(Long minimumRingSize) |
public ConsistentHashLB()
public ConsistentHashLB(ConsistentHashLB.HashKey hashKey, Long minimumRingSize)
hashKey - minimumRingSize - public ConsistentHashLB.HashKey getHashKey()
public void setHashKey(ConsistentHashLB.HashKey hashKey)
public Long getMinimumRingSize()
public void setMinimumRingSize(Long minimumRingSize)
Copyright © 2017–2018 Red Hat. All rights reserved.