| Package | Description |
|---|---|
| org.openspaces.admin.space |
Support for managing of Space(s) through the Admin API.
|
| org.openspaces.admin.space.events |
Support for managing of Space events through the Admin API.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceStatistics |
Space.getBackupsStatistics()
Returns an aggregated view of all the statistics of the backup instances.
|
SpaceStatistics |
SpaceStatistics.getPrevious()
Returns the previous statistics,
null if not available. |
SpaceStatistics |
Space.getPrimariesStatistics()
Returns an aggregated view of all the statistics of the primary instances.
|
SpaceStatistics |
Space.getStatistics()
Returns an aggregated view of all the statistics of all the instances.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpaceStatistics> |
SpaceStatistics.getTimelineFromTimestamp(long fromTimestamp)
Returns the timeline (from newest to oldest) history statistics, including this one.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceStatistics |
SpaceStatisticsChangedEvent.getStatistics()
Returns the statistics of the Space sampled.
|
| Constructor and Description |
|---|
SpaceStatisticsChangedEvent(Space space,
SpaceStatistics statistics) |
Copyright © GigaSpaces.