public class QueryExecutor extends Object implements Transducerer
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmConfiguration |
config |
protected static String |
finalTable |
protected String |
finalTableLabel |
protected static String |
finalTableLabel$ |
protected String |
finalTableName |
protected String |
query |
protected float |
status |
| Constructor and Description |
|---|
QueryExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
String |
getDescription() |
INFRASTRUCTURE |
getInfrastructure() |
List<StatisticalType> |
getInputParameters() |
StatisticalType |
getOutput() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
void |
init() |
void |
setConfiguration(AlgorithmConfiguration config) |
void |
shutdown() |
protected String query
protected String finalTableName
protected String finalTableLabel
protected float status
protected AlgorithmConfiguration config
protected static String finalTable
protected static String finalTableLabel$
public List<StatisticalType> getInputParameters()
getInputParameters in interface AlgorithmDescriptorpublic String getResourceLoad()
getResourceLoad in interface ComputationalAgentpublic String getResources()
getResources in interface ComputationalAgentpublic float getStatus()
getStatus in interface ComputationalAgentpublic INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface ComputationalAgentpublic StatisticalType getOutput()
getOutput in interface AlgorithmDescriptorpublic void init()
throws Exception
init in interface ComputationalAgentExceptionpublic void setConfiguration(AlgorithmConfiguration config)
setConfiguration in interface ComputationalAgentpublic void shutdown()
shutdown in interface ComputationalAgentpublic String getDescription()
getDescription in interface AlgorithmDescriptorpublic void compute()
throws Exception
compute in interface ComputationalAgentExceptionCopyright © 2021. All Rights Reserved.