public class DBClusterRegionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
end |
private List<DBInfo> |
masterDBInfos |
private List<List<DBInfo>> |
slaveDBInfos |
private long |
start |
| Constructor and Description |
|---|
DBClusterRegionInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getEnd() |
List<DBInfo> |
getMasterDBInfos() |
List<List<DBInfo>> |
getSlaveDBInfos() |
long |
getStart() |
int |
hashCode() |
void |
setEnd(long end) |
void |
setMasterDBInfos(List<DBInfo> masterDBInfos) |
void |
setSlaveDBInfos(List<List<DBInfo>> slaveDBInfos) |
void |
setStart(long start) |
String |
toString() |
Copyright © 2015. All rights reserved.