Class RedisClusterNode.SlotRange
java.lang.Object
org.springframework.data.redis.connection.RedisClusterNode.SlotRange
- Enclosing class:
- RedisClusterNode
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(int slot) static RedisClusterNode.SlotRange
empty()
getSlots()
int[]
toString()
-
Constructor Details
-
SlotRange
- Parameters:
lowerBound
- must not be null.upperBound
- must not be null.
-
SlotRange
-
-
Method Details