public class DefaultOperatingSystemsDetails extends Object implements OperatingSystemsDetails
| Constructor and Description | 
|---|
DefaultOperatingSystemsDetails(OperatingSystemDetails[] details)  | 
| 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(). | 
public DefaultOperatingSystemsDetails(OperatingSystemDetails[] details)
public int getAvailableProcessors()
OperatingSystemsDetailsOperatingSystemDetails.getAvailableProcessors().getAvailableProcessors in interface OperatingSystemsDetailspublic long getTotalSwapSpaceSizeInBytes()
OperatingSystemsDetailsOperatingSystemDetails.getTotalSwapSpaceSizeInBytes().getTotalSwapSpaceSizeInBytes in interface OperatingSystemsDetailspublic double getTotalSwapSpaceSizeInMB()
OperatingSystemsDetailsOperatingSystemDetails.getTotalSwapSpaceSizeInMB().getTotalSwapSpaceSizeInMB in interface OperatingSystemsDetailspublic double getTotalSwapSpaceSizeInGB()
OperatingSystemsDetailsOperatingSystemDetails.getTotalSwapSpaceSizeInGB().getTotalSwapSpaceSizeInGB in interface OperatingSystemsDetailspublic long getTotalPhysicalMemorySizeInBytes()
OperatingSystemsDetailsOperatingSystemDetails.getTotalPhysicalMemorySizeInBytes().getTotalPhysicalMemorySizeInBytes in interface OperatingSystemsDetailspublic double getTotalPhysicalMemorySizeInMB()
OperatingSystemsDetailsOperatingSystemDetails.getTotalPhysicalMemorySizeInMB().getTotalPhysicalMemorySizeInMB in interface OperatingSystemsDetailspublic double getTotalPhysicalMemorySizeInGB()
OperatingSystemsDetailsOperatingSystemDetails.getTotalPhysicalMemorySizeInGB().getTotalPhysicalMemorySizeInGB in interface OperatingSystemsDetailsCopyright © GigaSpaces.