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 boolean
equals(Object obj)
int
getEndSlot()
int
getStartSlot()
int
hashCode()
int
size()
String
toString()
-