|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
org.gcube.dataanalysis.geo.algorithms.MapsCreator
public abstract class MapsCreator
| Field Summary |
|---|
| Fields inherited from class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm |
|---|
config, inputs, outputParameters, resourceManager, status |
| Constructor Summary | |
|---|---|
MapsCreator()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm |
|---|
addDoubleInput, addEnumerateInput, addIntegerInput, addOutputString, addRemoteDatabaseInput, addStringInput, compute, getInfrastructure, getInputParameter, getInputParameters, getOutput, getResourceLoad, getResources, getStatus, log, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapsCreator()
| Method Detail |
|---|
public String getDescription()
getDescription in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentgetDescription in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
public abstract void init()
throws Exception
init in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentinit in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmException
protected void process()
throws Exception
process in class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithmException
public 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.StandardLocalExternalAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||