public class ClusterSlotRange extends Object
Constructor and Description |
---|
ClusterSlotRange(int startSlot,
int endSlot) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getEndSlot() |
int |
getStartSlot() |
int |
hashCode() |
boolean |
isOwn(int slot) |
int |
size() |
String |
toString() |
Copyright © 2014–2017 The Redisson Project. All rights reserved.