LocalConfiguration

tasks.deploy.LocalConfiguration
class LocalConfiguration(val availableCPU: Int, val availableMemory: Int, val availableScratch: Int, val availableGPU: List[Int]) extends HostConfiguration

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def image: Option[String]

address to which we bind the application sometimes called internal address

address to which we bind the application sometimes called internal address

Attributes

Inherited methods

def isApp: Boolean

Attributes

Inherited from:
HostConfiguration
def isQueue: Boolean

Attributes

Inherited from:
HostConfiguration
def isWorker: Boolean

Attributes

Inherited from:
HostConfiguration

Concrete fields

val availableCPU: Int
val availableGPU: List[Int]
val availableMemory: Int
val availableScratch: Int
override val master: SimpleSocketAddress
override val myRoles: Set[Role]