Class | Description |
---|---|
AbortJob |
AbortJob is a task behavior that will throw an exception 3s after starting.
|
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.
|
WaitAndPrint |
WaitAndPrint is a task that will wait and print something.
|