public interface OperatingSystemsDetails
OperatingSystemDetails
.Modifier and Type | Method and Description |
---|---|
int |
getAvailableProcessors()
Returns the summation of all
OperatingSystemDetails.getAvailableProcessors() . |
long |
getTotalPhysicalMemorySizeInBytes()
Returns the summation of all
OperatingSystemDetails.getTotalPhysicalMemorySizeInBytes() . |
double |
getTotalPhysicalMemorySizeInGB()
Returns the summation of all
OperatingSystemDetails.getTotalPhysicalMemorySizeInGB() . |
double |
getTotalPhysicalMemorySizeInMB()
Returns the summation of all
OperatingSystemDetails.getTotalPhysicalMemorySizeInMB() . |
long |
getTotalSwapSpaceSizeInBytes()
Returns the summation of all
OperatingSystemDetails.getTotalSwapSpaceSizeInBytes() . |
double |
getTotalSwapSpaceSizeInGB()
Returns the summation of all
OperatingSystemDetails.getTotalSwapSpaceSizeInGB() . |
double |
getTotalSwapSpaceSizeInMB()
Returns the summation of all
OperatingSystemDetails.getTotalSwapSpaceSizeInMB() . |
int getAvailableProcessors()
OperatingSystemDetails.getAvailableProcessors()
.long getTotalSwapSpaceSizeInBytes()
OperatingSystemDetails.getTotalSwapSpaceSizeInBytes()
.double getTotalSwapSpaceSizeInMB()
OperatingSystemDetails.getTotalSwapSpaceSizeInMB()
.double getTotalSwapSpaceSizeInGB()
OperatingSystemDetails.getTotalSwapSpaceSizeInGB()
.long getTotalPhysicalMemorySizeInBytes()
OperatingSystemDetails.getTotalPhysicalMemorySizeInBytes()
.double getTotalPhysicalMemorySizeInMB()
OperatingSystemDetails.getTotalPhysicalMemorySizeInMB()
.double getTotalPhysicalMemorySizeInGB()
OperatingSystemDetails.getTotalPhysicalMemorySizeInGB()
.Copyright © GigaSpaces.