public interface BaseObject extends IdentifiableObject
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableRam() |
Double |
getCpuLoad() |
InetAddress |
getIpAddress() |
Double |
getMaxCpuLoad()
If the current CPU load is higher than the max CPU load, no instances will be started by this base
|
int |
getMaxRam() |
String |
getName() |
Collection<ProxyObject> |
getProxies() |
Collection<ServerObject> |
getServers() |
boolean |
isConnected() |
boolean |
isReady() |
getIdString getName()
getName in interface IdentifiableObjectInetAddress getIpAddress()
Double getCpuLoad()
Double getMaxCpuLoad()
int getAvailableRam()
int getMaxRam()
boolean isConnected()
boolean isReady()
Collection<ServerObject> getServers()
Collection<ProxyObject> getProxies()
Copyright © 2025. All rights reserved.