Package org.openspaces.admin.internal.os
Class DefaultOperatingSystemsDetails
java.lang.Object
org.openspaces.admin.internal.os.DefaultOperatingSystemsDetails
- All Implemented Interfaces:
OperatingSystemsDetails
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the summation of allOperatingSystemDetails.getAvailableProcessors().longReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInBytes().doubleReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInGB().doubleReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInMB().longReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInBytes().doubleReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInGB().doubleReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInMB().
-
Constructor Details
-
DefaultOperatingSystemsDetails
-
-
Method Details
-
getAvailableProcessors
public int getAvailableProcessors()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getAvailableProcessors().- Specified by:
getAvailableProcessorsin interfaceOperatingSystemsDetails
-
getTotalSwapSpaceSizeInBytes
public long getTotalSwapSpaceSizeInBytes()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInBytes().- Specified by:
getTotalSwapSpaceSizeInBytesin interfaceOperatingSystemsDetails
-
getTotalSwapSpaceSizeInMB
public double getTotalSwapSpaceSizeInMB()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInMB().- Specified by:
getTotalSwapSpaceSizeInMBin interfaceOperatingSystemsDetails
-
getTotalSwapSpaceSizeInGB
public double getTotalSwapSpaceSizeInGB()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalSwapSpaceSizeInGB().- Specified by:
getTotalSwapSpaceSizeInGBin interfaceOperatingSystemsDetails
-
getTotalPhysicalMemorySizeInBytes
public long getTotalPhysicalMemorySizeInBytes()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInBytes().- Specified by:
getTotalPhysicalMemorySizeInBytesin interfaceOperatingSystemsDetails
-
getTotalPhysicalMemorySizeInMB
public double getTotalPhysicalMemorySizeInMB()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInMB().- Specified by:
getTotalPhysicalMemorySizeInMBin interfaceOperatingSystemsDetails
-
getTotalPhysicalMemorySizeInGB
public double getTotalPhysicalMemorySizeInGB()Description copied from interface:OperatingSystemsDetailsReturns the summation of allOperatingSystemDetails.getTotalPhysicalMemorySizeInGB().- Specified by:
getTotalPhysicalMemorySizeInGBin interfaceOperatingSystemsDetails
-