public interface HostRegistration
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
int |
getCores() |
String |
getIpAddress() |
float |
getMaxLoad() |
long |
getMemory() |
String |
getNodeName() |
boolean |
isActive() |
boolean |
isMaintenanceMode() |
boolean |
isOnline() |
void |
setActive(boolean active) |
void |
setBaseUrl(String baseUrl) |
void |
setCores(int cores) |
void |
setIpAddress(String address) |
void |
setMaintenanceMode(boolean maintenanceMode) |
void |
setMaxLoad(float maxLoad) |
void |
setMemory(long memory) |
void |
setNodeName(String nodeName) |
void |
setOnline(boolean online) |
String getBaseUrl()
void setBaseUrl(String baseUrl)
baseUrl - the baseUrl to setString getIpAddress()
void setIpAddress(String address)
address - the IP address to setlong getMemory()
void setMemory(long memory)
memory - the memory to setint getCores()
void setCores(int cores)
cores - the cores to setfloat getMaxLoad()
void setMaxLoad(float maxLoad)
maxLoad - the maxLoad to setboolean isActive()
void setActive(boolean active)
active - the active status to setboolean isOnline()
void setOnline(boolean online)
online - the online status to setboolean isMaintenanceMode()
void setMaintenanceMode(boolean maintenanceMode)
maintenanceMode - the maintenanceMode to setString getNodeName()
void setNodeName(String nodeName)
nodeName - the node name to setCopyright © 2009–2021 Opencast Project. All rights reserved.