Package | Description |
---|---|
org.openspaces.admin.internal.gateway | |
org.openspaces.admin.internal.machine |
Internally Used.
|
org.openspaces.admin.internal.os |
Internally Used.
|
org.openspaces.admin.internal.os.events |
Internally Used.
|
org.openspaces.admin.internal.support |
Internally Used.
|
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 |
DefaultGatewayProcessingUnit.getOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
DefaultMachine.getOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
void |
InternalMachine.setOperatingSystem(OperatingSystem operatingSystem) |
void |
DefaultMachine.setOperatingSystem(OperatingSystem operatingSystem) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalOperatingSystem |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperatingSystem |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
DefaultOperatingSystems.getByUID(String uid) |
OperatingSystem[] |
DefaultOperatingSystems.getOperatingSystems() |
Modifier and Type | Method and Description |
---|---|
Map<String,OperatingSystem> |
DefaultOperatingSystems.getUids() |
Iterator<OperatingSystem> |
DefaultOperatingSystems.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
InternalOperatingSystems.addOperatingSystem(OperatingSystem operatingSystem) |
void |
DefaultOperatingSystems.addOperatingSystem(OperatingSystem operatingSystem) |
void |
InternalOperatingSystemAware.setOperatingSystem(OperatingSystem operatingSystem) |
Constructor and Description |
---|
DefaultOperatingSystemStatisticsChangedEventManager(InternalAdmin admin,
OperatingSystem operatingSystem) |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
AbstractGridComponent.getOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGridComponent.setOperatingSystem(OperatingSystem operatingSystem) |
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.