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 |
DefaultSpaceInstanceStatistics |
Modifier and Type | Method and Description |
---|---|
SpaceInstanceStatistics |
InternalSpaceInstance.getLastStatistics() |
SpaceInstanceStatistics |
DefaultSpaceInstance.getLastStatistics() |
SpaceInstanceStatistics |
DefaultSpaceInstanceStatistics.getPrevious() |
SpaceInstanceStatistics |
DefaultSpaceInstance.getStatistics() |
Modifier and Type | Method and Description |
---|---|
List<SpaceInstanceStatistics> |
DefaultSpaceInstanceStatistics.getTimelineFromTimestamp(long fromTimestamp) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSpaceInstanceStatistics.setPreviousStats(SpaceInstanceStatistics previousStats) |
Constructor and Description |
---|
DefaultSpaceInstanceStatistics(StatisticsHolder statisticsHolder,
SpaceInstanceStatistics previousStats,
int historySize,
long timeDelta) |
DefaultSpaceStatistics(SpaceInstanceStatistics[] stats,
SpaceStatistics previous,
int historySize) |
Modifier and Type | Method and Description |
---|---|
SpaceInstanceStatistics |
SpaceInstanceStatistics.getPrevious()
Returns the previous statistics.
|
SpaceInstanceStatistics |
SpaceInstance.getStatistics()
Returns the space instance statistics.
|
Modifier and Type | Method and Description |
---|---|
List<SpaceInstanceStatistics> |
SpaceInstanceStatistics.getTimelineFromTimestamp(long fromTimestamp)
Returns the timeline (from newest to oldest) history statistics, including this one.
|
Modifier and Type | Method and Description |
---|---|
SpaceInstanceStatistics |
SpaceInstanceStatisticsChangedEvent.getStatistics()
Returns the statistics of the Space Instance sampled.
|
Constructor and Description |
---|
SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance,
SpaceInstanceStatistics statistics) |
Copyright © GigaSpaces.