Package com.gigaspaces.internal.os
Class OSDetails
java.lang.Object
com.gigaspaces.internal.os.OSDetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionOSDetails(String uid, String name, String arch, String version, int availableProcessors, long totalSwapSpaceSize, long totalPhysicalMemorySize, String hostName, String hostAddress, OSDetails.OSNetInterfaceDetails[] netInterfaceConfigs, OSDetails.OSDriveDetails[] driveConfigs, OSDetails.OSVendorDetails vendorDetails) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
OSDetails
public OSDetails() -
OSDetails
public OSDetails(String uid, String name, String arch, String version, int availableProcessors, long totalSwapSpaceSize, long totalPhysicalMemorySize, String hostName, String hostAddress, OSDetails.OSNetInterfaceDetails[] netInterfaceConfigs, OSDetails.OSDriveDetails[] driveConfigs, OSDetails.OSVendorDetails vendorDetails)
-
-
Method Details
-
isNA
public boolean isNA() -
getUID
-
getName
-
getArch
-
getVersion
-
getAvailableProcessors
public int getAvailableProcessors() -
getTotalSwapSpaceSize
public long getTotalSwapSpaceSize() -
getTotalPhysicalMemorySize
public long getTotalPhysicalMemorySize() -
getHostName
-
getHostAddress
-
getNetInterfaceConfigs
-
getDriveConfigs
-
getVendorDetails
- Since:
- 8.0.4
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-