|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualMachineDetails
Details (non changeable information) of a single virtual machine.
Method Summary | |
---|---|
String |
getBootClassPath()
|
String |
getClassPath()
|
String[] |
getInputArguments()
|
long |
getMemoryHeapInitInBytes()
|
double |
getMemoryHeapInitInGB()
|
double |
getMemoryHeapInitInMB()
|
long |
getMemoryHeapMaxInBytes()
|
double |
getMemoryHeapMaxInGB()
|
double |
getMemoryHeapMaxInMB()
|
long |
getMemoryNonHeapInitInBytes()
|
double |
getMemoryNonHeapInitInGB()
|
double |
getMemoryNonHeapInitInMB()
|
long |
getMemoryNonHeapMaxInBytes()
|
double |
getMemoryNonHeapMaxInGB()
|
double |
getMemoryNonHeapMaxInMB()
|
long |
getPid()
Returns the process id of the virtual machine. |
long |
getStartTime()
|
Map<String,String> |
getSystemProperties()
|
String |
getUid()
Returns the uid of the virtual machine. |
String |
getVmName()
|
String |
getVmVendor()
|
String |
getVmVersion()
|
boolean |
isNA()
Returns true if the details of the virtual machine is not available. |
Method Detail |
---|
boolean isNA()
true
if the details of the virtual machine is not available.
String getUid()
String getVmName()
String getVmVersion()
String getVmVendor()
long getStartTime()
long getPid()
String getBootClassPath()
String getClassPath()
String[] getInputArguments()
Map<String,String> getSystemProperties()
long getMemoryHeapInitInBytes()
double getMemoryHeapInitInMB()
double getMemoryHeapInitInGB()
long getMemoryHeapMaxInBytes()
double getMemoryHeapMaxInMB()
double getMemoryHeapMaxInGB()
long getMemoryNonHeapInitInBytes()
double getMemoryNonHeapInitInMB()
double getMemoryNonHeapInitInGB()
long getMemoryNonHeapMaxInBytes()
double getMemoryNonHeapMaxInMB()
double getMemoryNonHeapMaxInGB()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |