Class | Description |
---|---|
AbortJob |
AbortJob is a task behavior that will throw an exception 3s after starting.
|
AzureBlobDownloader |
Import file(s) from an Azure Blob Storage using an AzureBlobDownloader task.
|
AzureBlobUploader |
Export file(s) to an Azure Blob Storage using an AzureBlobUploader task.
|
AzureStorageConnectorUtils | |
CopyFile |
CopyFile, copy a single input File to an output File
|
EmptyTask |
Do nothing...
|
FailTaskConditionally |
Throw RuntimeException if replicationId argument is 1, otherwise sleep for 30
seconds and exit normally.
|
IncrementJob |
Simple executable that returns
1 + sum(parameters) as result |
IterationAwareJob |
Prints iteration and replication exported properties for testing purposes
|
KillJob |
KillJob is a task that will kill the JVM 5 seconds after start.
|
MonteCarlo |
MonteCarlo compute PI using MonteCarlo method.
|
MonteCarloAverage |
MonteCarloAverage compute PI using MonteCarlo method.
|
MultiNodeExample |
Multi-nodes Example.
|
NativeTestWithRandomDefault |
NativeTestWithRandomDefault is a class that should test native process generating random error code.
|
PropertyTask |
PropertyTask is a task that can display a property.
|
S3ConnectorDownloader |
Import file(s) from an S3 server using the Import_from_S3 task.
|
S3ConnectorUploader |
Import/Export file(s) from/to an AWS S3 server using an S3Connector task.
|
S3ConnectorUtils | |
SchedulerExamplesUtils |
SelectionUtils provides static methods for scheduler examples.
|
WaitAndPrint |
WaitAndPrint is a task that will wait and print something.
|