public interface StagingManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STAGING_TABLES_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
dropAllStagingDatabases()
Drop all staging databases.
|
void |
dropStagingDatabase(java.lang.String databaseName)
Drop staging database.
|
void |
initializeStagingSupport()
Initialize staging support.
|
static final java.lang.String STAGING_TABLES_PREFIX
void initializeStagingSupport() throws java.lang.Exception
java.lang.Exception
- the exceptionvoid dropStagingDatabase(java.lang.String databaseName) throws java.lang.Exception
databaseName
- the database namejava.lang.Exception
- the exceptionvoid dropAllStagingDatabases() throws java.lang.Exception
java.lang.Exception
- the exception