|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.zib.scalaris.ScalarisVM.GetInfoResult
public static class ScalarisVM.GetInfoResult
Plain old data object for results of ScalarisVM.getInfo()
.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |