public class DbTablesConfig extends Object
Constructor and Description |
---|
DbTablesConfig(String base,
String segmentsTable,
String rulesTable,
String configTable,
String tasksTable,
String taskLogTable,
String taskLockTable) |
Modifier and Type | Method and Description |
---|---|
static DbTablesConfig |
fromBase(String base) |
String |
getBase() |
String |
getConfigTable() |
String |
getRulesTable() |
String |
getSegmentsTable() |
String |
getTaskLockTable() |
String |
getTaskLogTable() |
String |
getTasksTable() |
public static DbTablesConfig fromBase(String base)
public String getBase()
public String getSegmentsTable()
public String getRulesTable()
public String getConfigTable()
public String getTasksTable()
public String getTaskLogTable()
public String getTaskLockTable()
Copyright © 2015. All rights reserved.