public class TableNumberInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
clusterName |
private Map<String,Integer> |
meta |
| Modifier | Constructor and Description |
|---|---|
private |
TableNumberInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String tableName,
int tableNumber) |
int |
get(String tableName) |
String |
getClusterName() |
void |
setClusterName(String clusterName) |
static TableNumberInfo |
valueOf(String clusterName) |
Copyright © 2015. All rights reserved.