public class OrkaNode extends Object
Constructor and Description |
---|
OrkaNode(String name,
String nodeIP,
int allocatableCpu,
int availableCpu,
String allocatableMemory,
String availableMemory,
String phase) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAllocatableCpu() |
String |
getAllocatableMemory() |
int |
getAvailableCpu() |
String |
getAvailableMemory() |
String |
getName() |
String |
getNodeIP() |
String |
getPhase() |
int |
hashCode() |
public String getName()
public String getNodeIP()
public int getAllocatableCpu()
public int getAvailableCpu()
public String getAllocatableMemory()
public String getAvailableMemory()
public String getPhase()
Copyright © 2016–2024. All rights reserved.