public interface ExecutionEnvironment
Modifier and Type | Method and Description |
---|---|
int |
getAvailableCores() |
Optional<String> |
getenv(String key)
Gets the environment variable indicated by the specified key.
|
String |
getHostname() |
Network |
getLikelyActiveNetwork() |
Platform |
getPlatform() |
long |
getTotalMemory() |
String |
getUsername() |
Optional<String> |
getWifiSsid() |
String getHostname()
String getUsername()
int getAvailableCores()
long getTotalMemory()
Platform getPlatform()
Network getLikelyActiveNetwork()
Optional<String> getWifiSsid()