Uses of Class
org.redisson.cluster.ClusterSlotRange
Packages that use ClusterSlotRange
Package
Description
-
Uses of ClusterSlotRange in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return types with arguments of type ClusterSlotRangeModifier and TypeMethodDescriptionRedisClusterNode.clusterSlots()Return Redis Cluster slots mapped to Redis nodesRedisClusterNodeAsync.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 ClusterSlotRangeModifier and TypeMethodDescriptionClusterNodeInfo.getSlotRanges()ClusterPartition.getSlotRanges()Methods in org.redisson.cluster with parameters of type ClusterSlotRangeMethod parameters in org.redisson.cluster with type arguments of type ClusterSlotRangeModifier and TypeMethodDescriptionvoidClusterPartition.setSlotRanges(Set<ClusterSlotRange> ranges) voidClusterPartition.updateSlotRanges(Set<ClusterSlotRange> ranges, BitSet slots) -
Uses of ClusterSlotRange in org.redisson.connection
Fields in org.redisson.connection declared as ClusterSlotRangeModifier and TypeFieldDescriptionprotected final ClusterSlotRangeMasterSlaveConnectionManager.singleSlotRange -
Uses of ClusterSlotRange in org.redisson.redisnode
Methods in org.redisson.redisnode that return types with arguments of type ClusterSlotRange