tasks.deploy
package tasks.deploy
Members list
Type members
Experimental classlikes
trait HostConfiguration
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MasterSlaveFromConfigclass LocalConfiguration
trait HostConfigurationFromConfig extends HostConfiguration
Attributes
- Experimental
- true
- Supertypes
- Known subtypes
-
class MasterSlaveFromConfig
class LocalConfiguration(val availableCPU: Int, val availableMemory: Int, val availableScratch: Int, val availableGPU: List[Int]) extends HostConfiguration
Attributes
- Experimental
- true
- Supertypes
- Known subtypes
class LocalConfigurationFromConfig(implicit config: TasksConfig) extends LocalConfiguration
Attributes
- Experimental
- true
- Supertypes
class MasterSlaveFromConfig(implicit val config: TasksConfig) extends HostConfigurationFromConfig
Attributes
- Experimental
- true
- Supertypes
In this article