Package | Description |
---|---|
org.openspaces.admin.internal.os |
Internally Used.
|
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 | Class and Description |
---|---|
class |
DefaultOperatingSystemStatistics |
Modifier and Type | Method and Description |
---|---|
OperatingSystemStatistics |
InternalOperatingSystem.getLastStatistics() |
OperatingSystemStatistics |
DefaultOperatingSystem.getLastStatistics() |
OperatingSystemStatistics |
DefaultOperatingSystemStatistics.getPrevious() |
OperatingSystemStatistics |
DefaultOperatingSystem.getStatistics() |
Modifier and Type | Method and Description |
---|---|
List<OperatingSystemStatistics> |
DefaultOperatingSystemStatistics.getTimeline() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOperatingSystemStatistics.setPreviousStats(OperatingSystemStatistics previosStats) |
Constructor and Description |
---|
DefaultOperatingSystemsStatistics(OperatingSystemStatistics[] stats,
OperatingSystemsStatistics previousStats,
OperatingSystemsDetails details,
int historySize) |
DefaultOperatingSystemStatistics(OSStatistics stats,
OperatingSystemDetails details,
OperatingSystemStatistics previousStats,
int historySize,
long timeDelta) |
Modifier and Type | Method and Description |
---|---|
OperatingSystemStatistics |
OperatingSystemStatistics.getPrevious()
Returns the previous statistics taken.
|
OperatingSystemStatistics |
OperatingSystem.getStatistics()
Returns the statistics of the operating system.
|
Modifier and Type | Method and Description |
---|---|
List<OperatingSystemStatistics> |
OperatingSystemStatistics.getTimeline()
Returns the timeline (from newest to oldest) history statistics, including this one.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystemStatistics |
OperatingSystemStatisticsChangedEvent.getStatistics()
Returns the operating system statistics associated with the event.
|
Constructor and Description |
---|
OperatingSystemStatisticsChangedEvent(OperatingSystem operatingSystem,
OperatingSystemStatistics statistics) |
Copyright © GigaSpaces.