|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperatingSystemDetails
Operating System Details include static information (non-changeable) regarding the operating system.
Method Summary | |
---|---|
String |
getArch()
Returns the architecture of the operating system. |
int |
getAvailableProcessors()
Returns the number of available processors. |
String |
getHostAddress()
Returns the (local) host address of the OS. |
String |
getHostName()
Returns the (local) host name of the OS. |
String |
getName()
Returns the name of the operating system. |
long |
getTotalPhysicalMemorySizeInBytes()
Returns the total physical memory size in bytes. |
double |
getTotalPhysicalMemorySizeInGB()
Returns the total physical memory size in giga byes. |
double |
getTotalPhysicalMemorySizeInMB()
Returns the total physical memory size in mega bytes. |
long |
getTotalSwapSpaceSizeInBytes()
Returns the total swap space size in bytes. |
double |
getTotalSwapSpaceSizeInGB()
Returns the total swap space size in giga bytes. |
double |
getTotalSwapSpaceSizeInMB()
Returns the total swap space size in mega bytes. |
String |
getUid()
Returns the uid of the operating system. |
String |
getVersion()
Returns the version of the operating system. |
boolean |
isNA()
Returns true if the details are not available. |
Method Detail |
---|
boolean isNA()
true
if the details are not available.
String getUid()
String getName()
OperatingSystemMXBean.getName()
String getArch()
OperatingSystemMXBean.getArch()
String getVersion()
OperatingSystemMXBean.getVersion()
int getAvailableProcessors()
OperatingSystemMXBean.getAvailableProcessors()
long getTotalSwapSpaceSizeInBytes()
Note, currently only available on SUN VM.
double getTotalSwapSpaceSizeInMB()
Note, currently only available on SUN VM.
double getTotalSwapSpaceSizeInGB()
Note, currently only available on SUN VM.
long getTotalPhysicalMemorySizeInBytes()
Note, currently only available on SUN VM.
double getTotalPhysicalMemorySizeInMB()
Note, currently only available on SUN VM.
double getTotalPhysicalMemorySizeInGB()
Note, currently only available on SUN VM.
String getHostName()
String getHostAddress()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |