public class LocalSplitGenerator extends Object implements Generator
| Constructor and Description |
|---|
LocalSplitGenerator() |
LocalSplitGenerator(AlgorithmConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
GenericAlgorithm |
getAlgorithm() |
String |
getDescription() |
INFRASTRUCTURE |
getInfrastructure() |
List<StatisticalType> |
getInputParameters() |
String |
getLoad() |
StatisticalType |
getOutput() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
ALG_PROPS[] |
getSupportedAlgorithms() |
void |
init() |
void |
initDBSession() |
void |
initializeThreads() |
void |
setConfiguration(AlgorithmConfiguration config) |
void |
shutdown() |
public LocalSplitGenerator(AlgorithmConfiguration config)
public LocalSplitGenerator()
public float getStatus()
getStatus in interface ComputationalAgentpublic String getResourceLoad()
getResourceLoad in interface ComputationalAgentpublic String getResources()
getResources in interface ComputationalAgentpublic void init()
init in interface ComputationalAgentpublic void setConfiguration(AlgorithmConfiguration config)
setConfiguration in interface ComputationalAgentpublic void initializeThreads()
public void initDBSession()
public void shutdown()
shutdown in interface ComputationalAgentpublic void compute()
throws Exception
compute in interface ComputationalAgentExceptionpublic ALG_PROPS[] getSupportedAlgorithms()
getSupportedAlgorithms in interface Generatorpublic INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface ComputationalAgentpublic List<StatisticalType> getInputParameters()
getInputParameters in interface AlgorithmDescriptorpublic StatisticalType getOutput()
getOutput in interface AlgorithmDescriptorpublic GenericAlgorithm getAlgorithm()
getAlgorithm in interface Generatorpublic String getDescription()
getDescription in interface AlgorithmDescriptorCopyright © 2020. All Rights Reserved.