| Package | Description |
|---|---|
| org.redisson.cluster | |
| org.redisson.connection |
| Modifier and Type | Method and Description |
|---|---|
Set<ClusterSlotRange> |
ClusterPartition.getSlotRanges() |
Set<ClusterSlotRange> |
ClusterNodeInfo.getSlotRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterNodeInfo.addSlotRange(ClusterSlotRange range) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterPartition.addSlotRanges(Set<ClusterSlotRange> ranges) |
void |
ClusterPartition.removeSlotRanges(Set<ClusterSlotRange> ranges) |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterSlotRange |
MasterSlaveConnectionManager.singleSlotRange |
| Modifier and Type | Method and Description |
|---|---|
protected MasterSlaveEntry |
SentinelConnectionManager.createMasterSlaveEntry(MasterSlaveServersConfig config,
HashSet<ClusterSlotRange> slots) |
protected MasterSlaveEntry |
MasterSlaveConnectionManager.createMasterSlaveEntry(MasterSlaveServersConfig config,
HashSet<ClusterSlotRange> slots) |
| Constructor and Description |
|---|
MasterSlaveEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
SingleEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.