public class YamlResource
extends java.lang.Object
| Constructor and Description |
|---|
YamlResource() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBandwidth()
Transfer speed in kbps.
|
float |
getFlops()
Power in flops.
|
float |
getMemory()
Memory in MiB.
|
void |
setBandwidth(float bandwidth)
Transfer speed in KiB/s.
|
void |
setFlops(float flops)
Power in flops.
|
void |
setMemory(float memory)
Memory in MiB.
|
public float getFlops()
public void setFlops(float flops)
flops - the powerpublic float getBandwidth()
public void setBandwidth(float bandwidth)
bandwidth - the network speedpublic float getMemory()
public void setMemory(float memory)
memory - the memory