|
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpaceInstanceRuntimeDetails
API for accessing Space runtime details - classes, templates, count, etc.
These calls avoid establishing a proxy to the Space, but is equivalent to
...
GigaSpace gigaspace = spaceInstance.getGigaSpace();
IJSpace spaceProxy = gigaspace.getSpace();
IRemoteJSpaceAdmin spaceAdmin = spaceProxy.getAdmin();
SpaceRuntimeInfo info = spaceAdmin.getRuntimeInfo();
| Method Summary | |
|---|---|
String[] |
getClassNames()
Returns an array of class names of entry/objects in the Space. |
int |
getCount()
A count of any null-template matching entry/object in the Space. |
Map<String,Integer> |
getCountPerClassName()
Returns a mapping between each class name and the number of entries/objects in the Space. |
Map<String,Integer> |
getNotifyTemplateCountPerClassName()
Returns a mapping between each class name and the number of notify-templates in the Space. |
| Method Detail |
|---|
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()
|
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||