toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-runner
/
dev.ust.zinc.grader.virtualization.docker
/
DockerDaemonDispatcher
/
StateVerification
/
DaemonHostAllocationSnapshot
Daemon
Host
Allocation
Snapshot
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
?
>
)
Members
Constructors
Daemon
Host
Allocation
Snapshot
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
cpu
Free
Link copied to clipboard
val
cpuFree
:
Double
daemon
Link copied to clipboard
val
daemon
:
DaemonHost
gpu
Capabilities
Link copied to clipboard
val
gpuCapabilities
:
Map
<
GpuDevice
,
Runner
?
>
managed
Runners
Link copied to clipboard
val
managedRunners
:
List
<
Runner
>
max
Cpu
Alloc
Link copied to clipboard
val
maxCpuAlloc
:
Double
max
Mem
Alloc
Link copied to clipboard
val
maxMemAlloc
:
Long
mem
Free
Link copied to clipboard
val
memFree
:
Long