public static class ScalarisVM.GetInfoResult extends Object
ScalarisVM.getInfo()
.Modifier and Type | Field and Description |
---|---|
String |
erlangNode
Erlang node name.
|
String |
erlangVersion
Erlang version string.
|
Inet4Address |
ip
IP address to reach the Scalaris node inside the Erlang VM.
|
int |
memTotal
Total amount of memory currently allocated.
|
int |
port
Port to reach the Scalaris node inside the Erlang VM.
|
String |
scalarisVersion
Scalaris version string.
|
int |
uptime
Uptime of the Erlang VM.
|
int |
yawsPort
Yaws port to reach the JSON API and web debug interface.
|
public final String scalarisVersion
public final String erlangVersion
public final int memTotal
public final int uptime
public final String erlangNode
public final Inet4Address ip
public final int port
public final int yawsPort