GigaSpaces XAP 9.7.2 API

org.openspaces.admin.os
Interface OperatingSystemsDetails


public interface OperatingSystemsDetails

An aggregated view of all the currently discovered OperatingSystemDetails.

Author:
kimchy

Method Summary
 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().
 

Method Detail

getAvailableProcessors

int getAvailableProcessors()
Returns the summation of all OperatingSystemDetails.getAvailableProcessors().


getTotalSwapSpaceSizeInBytes

long getTotalSwapSpaceSizeInBytes()
Returns the summation of all OperatingSystemDetails.getTotalSwapSpaceSizeInBytes().


getTotalSwapSpaceSizeInMB

double getTotalSwapSpaceSizeInMB()
Returns the summation of all OperatingSystemDetails.getTotalSwapSpaceSizeInMB().


getTotalSwapSpaceSizeInGB

double getTotalSwapSpaceSizeInGB()
Returns the summation of all OperatingSystemDetails.getTotalSwapSpaceSizeInGB().


getTotalPhysicalMemorySizeInBytes

long getTotalPhysicalMemorySizeInBytes()
Returns the summation of all OperatingSystemDetails.getTotalPhysicalMemorySizeInBytes().


getTotalPhysicalMemorySizeInMB

double getTotalPhysicalMemorySizeInMB()
Returns the summation of all OperatingSystemDetails.getTotalPhysicalMemorySizeInMB().


getTotalPhysicalMemorySizeInGB

double getTotalPhysicalMemorySizeInGB()
Returns the summation of all OperatingSystemDetails.getTotalPhysicalMemorySizeInGB().


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.