public interface SpaceRuntimeDetails
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.
Modifier and Type | Method and Description |
---|---|
String[] |
getClassNames()
Returns an aggregated class names array of entry/objects in all the Space instances.
|
SpaceConnectionDetails |
getConnectionDetails()
Deprecated.
|
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.
|
@Deprecated int getCount()
Count could also be gained by establishing a proxy to the Space.
SpaceInstance.getGigaSpace()
,
GigaSpace.count(Object)
String[] getClassNames()
Map<String,Integer> getCountPerClassName()
Map<String,Integer> getNotifyTemplateCountPerClassName()
@Deprecated SpaceTransactionDetails getTransactionDetails()
SpaceInstanceStatistics.getActiveTransactionCount()
@Deprecated SpaceConnectionDetails getConnectionDetails()
SpaceInstanceStatistics.getActiveConnectionCount()
Copyright © GigaSpaces.