Interface | Description |
---|---|
IDriver |
An instance of this class will be executed in the submitting client,
if it is specified in Twister2Job
|
IDriverMessenger |
A messenger interface to send messages from the driver to the workers in a job
|
IScaler |
An interface that scales up/down the number of workers in a Twister2 job
|
IScalerPerCluster |
An interface that scales up/down the number of workers in a Twister2 job
in a specific cluster
An implementtaion of this interface will be written for each cluster
such as Kubernetes, Mesos, Slurm, Nomad, etc
|
Class | Description |
---|---|
DefaultDriver | |
NullScaler |
Enum | Description |
---|---|
DriverJobState |