TasksConfig

tasks.util.config.TasksConfig
class TasksConfig(load: () => Config) extends ConfigValuesForHostConfiguration

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def allowDeletion: Boolean
def allowOverwrite: Boolean
def jvmMaxHeapFactor: Double
def logQueueStatus: Boolean
def maxNodes: Int
def maxPendingNodes: Int
def pendingNodeTimeout: Duration
def raw: Config
def resubmitFailedTask: Boolean
def trackDataFlow: Boolean

Inherited methods

def hostGPU: List[Int]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostImage: Option[String]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostName: String

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostNameExternal: Option[String]

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostNumCPU: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostPort: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostRAM: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def hostScratch: Int

Attributes

Inherited from:
ConfigValuesForHostConfiguration

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def mayUseArbitraryPort: Boolean

Attributes

Inherited from:
ConfigValuesForHostConfiguration
def startApp: Boolean

Attributes

Inherited from:
ConfigValuesForHostConfiguration

Concrete fields

val addShutdownHook: Boolean
val appUIServerHost: String
val appUIServerPort: Int
val asString: String
val cacheEnabled: Boolean
val codeVersion: CodeVersion
val disableRemoting: Boolean
val httpRemoteEnabled: Boolean
val proxyStorage: Boolean
val s3CannedAcl: List[String]
val s3GrantFullControl: List[String]
val s3RegionProfileName: Option[String]
val s3RemoteEnabled: Boolean
val shWorkDir: String
val storageEncryptionKey: Option[String]
val storageURI: URI
val trackerFqcn: String
val uiFqcn: String
val uiServerHost: String
val uiServerPort: Int
val workerMainClass: String
val workerPackageName: String
val writeFileHistories: Boolean