DaemonHostAllocationSnapshot

private class DaemonHostAllocationSnapshot(val daemon: DaemonHost, val managedRunners: List<Runner>, val maxCpuAlloc: Double, val maxMemAlloc: Long, val cpuFree: Double, val memFree: Long, val gpuCapabilities: Map<GpuDevice, Runner?>)

Constructors

Link copied to clipboard
constructor(daemon: DaemonHost)
constructor(daemon: DaemonHost, managedRunners: List<Runner>, maxCpuAlloc: Double, maxMemAlloc: Long, cpuFree: Double, memFree: Long, gpuCapabilities: Map<GpuDevice, Runner?>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard