Package org.apache.druid.metadata
Class MetadataStorageTablesConfig
- java.lang.Object
-
- org.apache.druid.metadata.MetadataStorageTablesConfig
-
public class MetadataStorageTablesConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_BASE
static String
TASK_ENTRY_TYPE
-
Constructor Summary
Constructors Constructor Description MetadataStorageTablesConfig(String base, String dataSourceTable, String pendingSegmentsTable, String segmentsTable, String rulesTable, String configTable, String tasksTable, String taskLogTable, String taskLockTable, String auditTable, String supervisorTable, String upgradeSegmentsTable, String segmentSchemasTable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetadataStorageTablesConfig
fromBase(String base)
String
getAuditTable()
String
getBase()
String
getConfigTable()
String
getDataSourceTable()
String
getEntryTable(String entryType)
String
getLockTable(String entryType)
String
getLogTable(String entryType)
String
getPendingSegmentsTable()
String
getRulesTable()
String
getSegmentSchemasTable()
String
getSegmentsTable()
String
getSupervisorTable()
String
getTaskEntryType()
String
getTaskLockTable()
String
getTaskLogTable()
String
getTasksTable()
String
getUpgradeSegmentsTable()
-
-
-
Field Detail
-
PROPERTY_BASE
public static final String PROPERTY_BASE
- See Also:
- Constant Field Values
-
TASK_ENTRY_TYPE
public static final String TASK_ENTRY_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MetadataStorageTablesConfig
public MetadataStorageTablesConfig(String base, String dataSourceTable, String pendingSegmentsTable, String segmentsTable, String rulesTable, String configTable, String tasksTable, String taskLogTable, String taskLockTable, String auditTable, String supervisorTable, String upgradeSegmentsTable, String segmentSchemasTable)
-
-
Method Detail
-
fromBase
public static MetadataStorageTablesConfig fromBase(String base)
-
getBase
public String getBase()
-
getDataSourceTable
public String getDataSourceTable()
-
getPendingSegmentsTable
public String getPendingSegmentsTable()
-
getSegmentsTable
public String getSegmentsTable()
-
getUpgradeSegmentsTable
public String getUpgradeSegmentsTable()
-
getRulesTable
public String getRulesTable()
-
getConfigTable
public String getConfigTable()
-
getTaskEntryType
public String getTaskEntryType()
-
getAuditTable
public String getAuditTable()
-
getSupervisorTable
public String getSupervisorTable()
-
getTasksTable
public String getTasksTable()
-
getTaskLogTable
public String getTaskLogTable()
-
getTaskLockTable
public String getTaskLockTable()
-
getSegmentSchemasTable
public String getSegmentSchemasTable()
-
-