public class MetadataStorageTablesConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TASK_ENTRY_TYPE |
Constructor and Description |
---|
MetadataStorageTablesConfig(String base,
String segmentsTable,
String rulesTable,
String configTable,
String tasksTable,
String taskLogTable,
String taskLockTable,
String auditTable) |
Modifier and Type | Method and Description |
---|---|
static MetadataStorageTablesConfig |
fromBase(String base) |
String |
getAuditTable() |
String |
getBase() |
String |
getConfigTable() |
String |
getEntryTable(String entryType) |
String |
getLockTable(String entryType) |
String |
getLogTable(String entryType) |
String |
getRulesTable() |
String |
getSegmentsTable() |
String |
getTaskEntryType() |
public static final String TASK_ENTRY_TYPE
public static MetadataStorageTablesConfig fromBase(String base)
public String getBase()
public String getSegmentsTable()
public String getRulesTable()
public String getConfigTable()
public String getTaskEntryType()
public String getAuditTable()
Copyright © 2011–2015. All rights reserved.