Uses of Class
org.redisson.cluster.ClusterSlotRange
-
Packages that use ClusterSlotRange Package Description org.redisson.api.redisnode org.redisson.cluster org.redisson.connection org.redisson.redisnode -
-
Uses of ClusterSlotRange in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return types with arguments of type ClusterSlotRange Modifier and Type Method Description Map<ClusterSlotRange,Set<String>>
RedisClusterNode. clusterSlots()
Return Redis Cluster slots mapped to Redis nodesRFuture<Map<ClusterSlotRange,Set<String>>>
RedisClusterNodeAsync. clusterSlotsAsync()
Return Redis Cluster slots mapped to Redis nodes -
Uses of ClusterSlotRange in org.redisson.cluster
Methods in org.redisson.cluster that return types with arguments of type ClusterSlotRange Modifier and Type Method Description Set<ClusterSlotRange>
ClusterNodeInfo. getSlotRanges()
Set<ClusterSlotRange>
ClusterPartition. getSlotRanges()
Methods in org.redisson.cluster with parameters of type ClusterSlotRange Modifier and Type Method Description void
ClusterNodeInfo. addSlotRange(ClusterSlotRange range)
Method parameters in org.redisson.cluster with type arguments of type ClusterSlotRange Modifier and Type Method Description void
ClusterPartition. addSlotRanges(Set<ClusterSlotRange> ranges)
void
ClusterPartition. removeSlotRanges(Set<ClusterSlotRange> ranges)
-
Uses of ClusterSlotRange in org.redisson.connection
Fields in org.redisson.connection declared as ClusterSlotRange Modifier and Type Field Description protected ClusterSlotRange
MasterSlaveConnectionManager. singleSlotRange
-
Uses of ClusterSlotRange in org.redisson.redisnode
Methods in org.redisson.redisnode that return types with arguments of type ClusterSlotRange Modifier and Type Method Description Map<ClusterSlotRange,Set<String>>
RedisNode. clusterSlots()
RFuture<Map<ClusterSlotRange,Set<String>>>
RedisNode. clusterSlotsAsync()
-