Uses of Interface
org.openspaces.admin.os.OperatingSystem
Packages that use OperatingSystem
Package
Description
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Machine(s) through the Admin API.
Support for managing of Operating System(s) through the Admin API.
Support for managing of Operating System events through the Admin API.
-
Uses of OperatingSystem in org.openspaces.admin.internal.gateway
Methods in org.openspaces.admin.internal.gateway that return OperatingSystem -
Uses of OperatingSystem in org.openspaces.admin.internal.machine
Methods in org.openspaces.admin.internal.machine that return OperatingSystemMethods in org.openspaces.admin.internal.machine with parameters of type OperatingSystemModifier and TypeMethodDescriptionvoidDefaultMachine.setOperatingSystem(OperatingSystem operatingSystem) voidInternalMachine.setOperatingSystem(OperatingSystem operatingSystem) -
Uses of OperatingSystem in org.openspaces.admin.internal.os
Subinterfaces of OperatingSystem in org.openspaces.admin.internal.osClasses in org.openspaces.admin.internal.os that implement OperatingSystemMethods in org.openspaces.admin.internal.os that return OperatingSystemMethods in org.openspaces.admin.internal.os that return types with arguments of type OperatingSystemModifier and TypeMethodDescriptionDefaultOperatingSystems.getUids()DefaultOperatingSystems.iterator()Methods in org.openspaces.admin.internal.os with parameters of type OperatingSystemModifier and TypeMethodDescriptionvoidDefaultOperatingSystems.addOperatingSystem(OperatingSystem operatingSystem) voidInternalOperatingSystems.addOperatingSystem(OperatingSystem operatingSystem) voidInternalOperatingSystemAware.setOperatingSystem(OperatingSystem operatingSystem) -
Uses of OperatingSystem in org.openspaces.admin.internal.os.events
Constructors in org.openspaces.admin.internal.os.events with parameters of type OperatingSystemModifierConstructorDescriptionDefaultOperatingSystemStatisticsChangedEventManager(InternalAdmin admin, OperatingSystem operatingSystem) -
Uses of OperatingSystem in org.openspaces.admin.internal.support
Methods in org.openspaces.admin.internal.support that return OperatingSystemMethods in org.openspaces.admin.internal.support with parameters of type OperatingSystemModifier and TypeMethodDescriptionvoidAbstractGridComponent.setOperatingSystem(OperatingSystem operatingSystem) -
Uses of OperatingSystem in org.openspaces.admin.machine
Methods in org.openspaces.admin.machine that return OperatingSystemModifier and TypeMethodDescriptionMachine.getOperatingSystem()Returns the operating system of the machine. -
Uses of OperatingSystem in org.openspaces.admin.os
Methods in org.openspaces.admin.os that return OperatingSystemModifier and TypeMethodDescriptionReturns the operating system matching its uid.OperatingSystemAware.getOperatingSystem()Returns the operating system the grid component is running within.OperatingSystems.getOperatingSystems()Returns all currently discovered operating systems.Methods in org.openspaces.admin.os that return types with arguments of type OperatingSystemModifier and TypeMethodDescriptionOperatingSystems.getUids()Returns a map of operating systems with the key as the uid. -
Uses of OperatingSystem in org.openspaces.admin.os.events
Methods in org.openspaces.admin.os.events that return OperatingSystemModifier and TypeMethodDescriptionOperatingSystemStatisticsChangedEvent.getOperatingSystem()Returns the operating system associated with the event.Constructors in org.openspaces.admin.os.events with parameters of type OperatingSystemModifierConstructorDescriptionOperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem, OperatingSystemStatistics statistics)