public abstract class MapsCreator
extends org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalInfraAlgorithm
| Constructor and Description |
|---|
MapsCreator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
abstract void |
init() |
static void |
insertGeoChunksIntoTable(String table,
String columnsNames,
List<String[]> values,
int chunkSize,
org.hibernate.SessionFactory dbconnection) |
protected void |
process() |
protected abstract void |
setInputParameters() |
void |
shutdown() |
sendNotificationaddBooleanInput, addDoubleInput, addEnumerateInput, addFileInput, addIntegerInput, addOutputString, addRemoteDatabaseInput, addStringInput, compute, getInfrastructure, getInputParameter, getInputParameters, getOutput, getResourceLoad, getResources, getStatus, log, setConfigurationpublic String getDescription()
getDescription in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentgetDescription in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmpublic abstract void init()
throws Exception
init in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentinit in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmExceptionprotected void process()
throws Exception
process in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmExceptionpublic static void insertGeoChunksIntoTable(String table, String columnsNames, List<String[]> values, int chunkSize, org.hibernate.SessionFactory dbconnection) throws Exception
Exceptionpublic void shutdown()
shutdown in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentshutdown in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmprotected abstract void setInputParameters()
setInputParameters in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmCopyright © 2017. All Rights Reserved.