| Package | Description | 
|---|---|
| org.openspaces.admin.internal.space | 
 Internally Used. 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
DefaultSpaceStatistics  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceStatistics | 
DefaultSpace.getBackupsStatistics()  | 
SpaceStatistics | 
DefaultSpace.getLastStatistics()  | 
SpaceStatistics | 
InternalSpace.getLastStatistics()  | 
SpaceStatistics | 
DefaultSpaceStatistics.getPrevious()  | 
SpaceStatistics | 
DefaultSpace.getPrimariesStatistics()  | 
SpaceStatistics | 
DefaultSpace.getStatistics()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpaceStatistics> | 
DefaultSpaceStatistics.getTimelineFromTimestamp(long fromTimestamp)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultSpaceStatistics.setPrevious(SpaceStatistics previous)  | 
| Constructor and Description | 
|---|
DefaultSpaceStatistics(SpaceInstanceStatistics[] stats,
                      SpaceStatistics previous,
                      int historySize)  | 
| 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.