| 
GigaSpaces XAP 9.1 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.  | 
 SpaceInstanceConnectionDetails | 
getConnectionDetails()
Deprecated. use SpaceInstanceStatistics.getActiveConnectionCount() | 
 int | 
getCount()
Deprecated. @see SpaceInstanceStatistics#getObjectCount()  | 
 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.  | 
 SpaceInstanceTransactionDetails | 
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 SpaceInstanceTransactionDetails getTransactionDetails()
SpaceInstanceStatistics.getActiveTransactionCount()
@Deprecated SpaceInstanceConnectionDetails getConnectionDetails()
SpaceInstanceStatistics.getActiveConnectionCount()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||