| Modifier and Type | Method and Description |
|---|---|
ImportRoutineDescriptor |
Importer.importExcel(ImportRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportRoutineDescriptor> |
Importer.getDescriptors(DBQueryDescriptor query) |
List<ImportRoutineDescriptor> |
Importer.getGroupedDescriptors(DBQueryDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceManager.loadOutputData(ImportRoutineDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId |
DMUtils.getComputation(ImportRoutineDescriptor desc) |
| Constructor and Description |
|---|
ImporterMonitor(PerformanceManager performance,
ImportRoutineDescriptor routine) |
| Modifier and Type | Method and Description |
|---|---|
ImportRoutineDescriptor |
ImporterImpl.importExcel(ImportRequest request) |
static ImportRoutineDescriptor |
Queries.rowToDescriptor(ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportRoutineDescriptor> |
ImporterImpl.getDescriptors(DBQueryDescriptor desc) |
List<ImportRoutineDescriptor> |
ImporterImpl.getGroupedDescriptors(DBQueryDescriptor desc)
Select * from imports where farmid=13625424 AND
(batch_type,end_time) IN
(Select batch_type,max(end_time) as end_time from imports
WHERE farmid=13625424 AND status = 'COMPLETE' group by batch_type order by batch_type)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceManagerImpl.loadOutputData(ImportRoutineDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
int |
ImportedTable.cleanByImportRoutine(ImportRoutineDescriptor toClean,
Connection conn) |
| Constructor and Description |
|---|
AnalysisType(ImportRoutineDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
ImportRoutineDescriptor |
Import.importExcel(String batchType,
Long farmid,
String sourceFile,
String sourceVersion)
Launches DM Import
|
Copyright © 2019. All Rights Reserved.