public class PerformanceManagerImpl extends Object implements PerformanceManager
| Constructor and Description |
|---|
PerformanceManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
generateCSV(CSVExportRequest request) |
static Map<AnalysisType,Set<ImportedTable>> |
getAnalysisConfiguration() |
Map<String,String> |
getStatistics(AnalysisType type) |
static void |
importSchema(SchemaDefinition schema,
String csvBasePath) |
static void |
initDatabase() |
void |
loadOutputData(ImportRoutineDescriptor desc) |
public static Map<AnalysisType,Set<ImportedTable>> getAnalysisConfiguration()
public Map<String,String> generateCSV(CSVExportRequest request) throws SQLException, InvalidRequestException, InternalException, IOException
generateCSV in interface PerformanceManagerSQLExceptionInvalidRequestExceptionInternalExceptionIOExceptionpublic Map<String,String> getStatistics(AnalysisType type) throws SQLException, InvalidRequestException, InternalException, IOException
getStatistics in interface PerformanceManagerSQLExceptionInvalidRequestExceptionInternalExceptionIOExceptionpublic void loadOutputData(ImportRoutineDescriptor desc) throws SQLException, InvalidRequestException, InternalException, IOException, DMException
loadOutputData in interface PerformanceManagerSQLExceptionInvalidRequestExceptionInternalExceptionIOExceptionDMExceptionpublic static void initDatabase()
throws SQLException,
InternalException
SQLExceptionInternalExceptionpublic static void importSchema(SchemaDefinition schema, String csvBasePath) throws IOException, SQLException, InternalException
IOExceptionSQLExceptionInternalExceptionCopyright © 2020. All Rights Reserved.