public class RouteInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
clusterName
cluster name.
|
private DBInfo |
dbInfo
db info is selected.
|
private int |
regionIndex
region index.
|
private int |
tableIndex
index of table.
|
private String |
tableName
table name.
|
| Constructor and Description |
|---|
RouteInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
DBInfo |
getDbInfo() |
int |
getRegionIndex() |
int |
getTableIndex() |
String |
getTableName() |
void |
setClusterName(String clusterName) |
void |
setDbInfo(DBInfo dbInfo) |
void |
setRegionIndex(int regionIndex) |
void |
setTableIndex(int tableIndex) |
void |
setTableName(String tableName) |
private String clusterName
private int regionIndex
private DBInfo dbInfo
private String tableName
private int tableIndex
public String getClusterName()
public void setClusterName(String clusterName)
public int getRegionIndex()
public void setRegionIndex(int regionIndex)
public String getTableName()
public void setTableName(String tableName)
public DBInfo getDbInfo()
public void setDbInfo(DBInfo dbInfo)
public int getTableIndex()
public void setTableIndex(int tableIndex)
Copyright © 2015. All rights reserved.