public class DefaultSpaceRuntimeDetails extends Object implements SpaceRuntimeDetails
| Constructor and Description |
|---|
DefaultSpaceRuntimeDetails(DefaultSpace defaultSpace) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ITypeDesc> |
getClassDescriptors() |
String[] |
getClassNames()
Returns an aggregated class names array of entry/objects in all the Space instances.
|
SpaceConnectionDetails |
getConnectionDetails() |
int |
getCount()
An aggregated count of any null-template matching entry/object in the Space.
|
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() |
public DefaultSpaceRuntimeDetails(DefaultSpace defaultSpace)
public String[] getClassNames()
SpaceRuntimeDetailsgetClassNames in interface SpaceRuntimeDetailspublic int getCount()
SpaceRuntimeDetailsCount could also be gained by establishing a proxy to the Space.
getCount in interface SpaceRuntimeDetailsSpaceInstance.getGigaSpace(),
GigaSpace.count(Object)public Map<String,ITypeDesc> getClassDescriptors()
getClassDescriptors in interface SpaceRuntimeDetailspublic Map<String,Integer> getCountPerClassName()
SpaceRuntimeDetailsgetCountPerClassName in interface SpaceRuntimeDetailspublic Map<String,Integer> getNotifyTemplateCountPerClassName()
SpaceRuntimeDetailsgetNotifyTemplateCountPerClassName in interface SpaceRuntimeDetailspublic SpaceTransactionDetails getTransactionDetails()
getTransactionDetails in interface SpaceRuntimeDetailspublic SpaceConnectionDetails getConnectionDetails()
getConnectionDetails in interface SpaceRuntimeDetailsCopyright © GigaSpaces.