public class DefaultSpaceRuntimeDetails extends Object implements SpaceRuntimeDetails
Constructor and Description |
---|
DefaultSpaceRuntimeDetails(DefaultSpace defaultSpace) |
Modifier and Type | Method and Description |
---|---|
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()
SpaceRuntimeDetails
getClassNames
in interface SpaceRuntimeDetails
public int getCount()
SpaceRuntimeDetails
Count could also be gained by establishing a proxy to the Space.
getCount
in interface SpaceRuntimeDetails
SpaceInstance.getGigaSpace()
,
GigaSpace.count(Object)
public Map<String,Integer> getCountPerClassName()
SpaceRuntimeDetails
getCountPerClassName
in interface SpaceRuntimeDetails
public Map<String,Integer> getNotifyTemplateCountPerClassName()
SpaceRuntimeDetails
getNotifyTemplateCountPerClassName
in interface SpaceRuntimeDetails
public SpaceTransactionDetails getTransactionDetails()
getTransactionDetails
in interface SpaceRuntimeDetails
public SpaceConnectionDetails getConnectionDetails()
getConnectionDetails
in interface SpaceRuntimeDetails
Copyright © GigaSpaces.