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