|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaceRuntimeDetails
Aggregated runtime details of all the currently discovered SpaceInstance
s.
These calls avoid establishing a proxy to the Space instances. In case of failover, using the API will always return results from currently discovered instances.
Method Summary | |
---|---|
String[] |
getClassNames()
Returns an aggregated class names array of entry/objects in all the Space instances. |
SpaceConnectionDetails |
getConnectionDetails()
Deprecated. use SpaceInstanceStatistics.getActiveConnectionCount() |
int |
getCount()
Deprecated. @see SpaceInstanceStatistics#getObjectCount() |
Map<String,Integer> |
getCountPerClassName()
Returns an aggregated mapping between each class name and the number of entries/objects in all the Space instances. |
Map<String,Integer> |
getNotifyTemplateCountPerClassName()
Returns an aggregated mapping between each class name and the number of notify-templates in the Space instances. |
SpaceTransactionDetails |
getTransactionDetails()
Deprecated. use SpaceInstanceStatistics.getActiveTransactionCount() |
Method Detail |
---|
@Deprecated int getCount()
Count could also be gained by establishing a proxy to the Space.
SpaceInstance.getGigaSpace()
,
GigaSpace.count(Object)
,
GigaSpace.count(Object, int)
String[] getClassNames()
Map<String,Integer> getCountPerClassName()
Map<String,Integer> getNotifyTemplateCountPerClassName()
@Deprecated SpaceTransactionDetails getTransactionDetails()
SpaceInstanceStatistics.getActiveTransactionCount()
@Deprecated SpaceConnectionDetails getConnectionDetails()
SpaceInstanceStatistics.getActiveConnectionCount()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |