public class UpperCaseDeployer extends InstanceDeployer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODULE_ |
MODULE| Constructor and Description |
|---|
UpperCaseDeployer()
Initializes the deployer.
|
| Modifier and Type | Method and Description |
|---|---|
UpperCaseMap |
initializeFlipMap(int postFix)
Initialize a specific
FlipMap instance. |
static void |
main(java.lang.String[] args) |
void |
prepareInstancesAndDeploy(int numOfOperations)
This method deploys
FlipMap instances over the set of
available resources. |
void |
terminateJob()
This method attempts to terminate the job that was previously submitted.
|
completedExecution, completedSuccessfully, completedWithErrors, createJobIdentifier, deployOperations, deployOperations, deployOperations, getStatus, initialize, initialize, initialize, killJob, refreshStatus, refreshStatus, resetTrackers, setStartTime, startedExecutionpublic static final java.lang.String MODULE_
public UpperCaseDeployer()
throws CommunicationsException,
java.io.IOException,
MarshallingException,
DeploymentException
streamingProperties - The properties for streamingCommunicationsException - If there are network problems during communicationsjava.io.IOException - If there are IO problemsMarshallingException - If there are marshalling errorsDeploymentException - If there are deployment related problemspublic static void main(java.lang.String[] args)
public void prepareInstancesAndDeploy(int numOfOperations)
throws DatasetException,
CommunicationsException,
DeploymentException,
MarshallingException
FlipMap instances over the set of
available resources.numOfOperations - The total number of instances that need to be initialized.DatasetException - If there are problems initializing the datasetsCommunicationsException - If there are network problems during communicationsDeploymentException - If there are deployment related problemsMarshallingException - If there are marshalling problems.public UpperCaseMap initializeFlipMap(int postFix) throws DatasetException
FlipMap instance.postFix - The instance ID for the instance in question.FlipMap instance.DatasetException - If there are problems initializing the dataset.public void terminateJob()
throws DeploymentException,
CommunicationsException,
MarshallingException
DeploymentException - If there are deployment related problemsCommunicationsException - If there are network problems during communicationsMarshallingException - If there are marshalling problems.