public class CloudProcess extends AbstractPersistable
id
Constructor and Description |
---|
CloudProcess() |
CloudProcess(long id,
int requiredCpuPower,
int requiredMemory,
int requiredNetworkBandwidth) |
Modifier and Type | Method and Description |
---|---|
CloudComputer |
getComputer() |
String |
getLabel() |
int |
getRequiredCpuPower() |
int |
getRequiredMemory() |
int |
getRequiredMultiplicand() |
int |
getRequiredNetworkBandwidth() |
void |
setComputer(CloudComputer computer) |
void |
setRequiredCpuPower(int requiredCpuPower) |
void |
setRequiredMemory(int requiredMemory) |
void |
setRequiredNetworkBandwidth(int requiredNetworkBandwidth) |
compareTo, getId, setId, toString
public CloudProcess()
public CloudProcess(long id, int requiredCpuPower, int requiredMemory, int requiredNetworkBandwidth)
public int getRequiredCpuPower()
public void setRequiredCpuPower(int requiredCpuPower)
public int getRequiredMemory()
public void setRequiredMemory(int requiredMemory)
public int getRequiredNetworkBandwidth()
public void setRequiredNetworkBandwidth(int requiredNetworkBandwidth)
public CloudComputer getComputer()
public void setComputer(CloudComputer computer)
public int getRequiredMultiplicand()
public String getLabel()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.