Modifier and Type | Method and Description |
---|---|
CloudComputer |
CloudProcess.getComputer() |
Modifier and Type | Method and Description |
---|---|
List<CloudComputer> |
CloudBalance.getComputerList() |
Modifier and Type | Method and Description |
---|---|
void |
CloudProcess.setComputer(CloudComputer computer) |
Modifier and Type | Method and Description |
---|---|
void |
CloudBalance.setComputerList(List<CloudComputer> computerList) |
Constructor and Description |
---|
CloudBalance(long id,
List<CloudComputer> computerList,
List<CloudProcess> processList) |
Modifier and Type | Method and Description |
---|---|
int |
CloudComputerStrengthComparator.compare(CloudComputer a,
CloudComputer b) |
Constructor and Description |
---|
CloudComputerChangeMove(CloudProcess cloudProcess,
CloudComputer toCloudComputer) |
Constructor and Description |
---|
AddComputerProblemFactChange(CloudComputer computer) |
DeleteComputerProblemFactChange(CloudComputer computer) |
Modifier and Type | Method and Description |
---|---|
CloudComputer |
CloudBalancingGenerator.generateComputerWithoutId() |
Modifier and Type | Method and Description |
---|---|
CloudComputer |
CloudComputerPanel.getComputer() |
Modifier and Type | Method and Description |
---|---|
void |
CloudBalancingPanel.addComputer(CloudComputer computer) |
void |
CloudBalancingPanel.deleteComputer(CloudComputer computer) |
Constructor and Description |
---|
CloudComputerPanel(CloudBalancingPanel cloudBalancingPanel,
CloudComputer computer) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.