Package | Description |
---|---|
org.openspaces.admin.machine |
Support for managing of Machine(s) through the Admin API.
|
org.openspaces.admin.os |
Support for managing of Operating System(s) through the Admin API.
|
org.openspaces.admin.os.events |
Support for managing of Operating System events through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
Machine.getOperatingSystem()
Returns the operating system of the machine.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
OperatingSystems.getByUID(String uid)
Returns the operating system matching its uid.
|
OperatingSystem |
OperatingSystemAware.getOperatingSystem()
Returns the operating system the grid component is running within.
|
OperatingSystem[] |
OperatingSystems.getOperatingSystems()
Returns all currently discovered operating systems.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OperatingSystem> |
OperatingSystems.getUids()
Returns a map of operating systems with the key as the uid.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
OperatingSystemStatisticsChangedEvent.getOperatingSystem()
Returns the operating system associated with the event.
|
Constructor and Description |
---|
OperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem,
OperatingSystemStatistics statistics) |
Copyright © GigaSpaces.