Package org.redisson.cluster
Class ClusterSlotRange
- java.lang.Object
-
- org.redisson.cluster.ClusterSlotRange
-
public class ClusterSlotRange extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ClusterSlotRange(int startSlot, int endSlot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetEndSlot()intgetStartSlot()inthashCode()intsize()StringtoString()
-