public interface SpaceInstanceRuntimeDetails
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();
Modifier and Type | Method and Description |
---|---|
String[] |
getClassNames()
Returns an array of class names of entry/objects in the Space.
|
SpaceInstanceConnectionDetails |
getConnectionDetails()
Deprecated.
|
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,LocalCacheDetails> |
getLocalCacheDetails()
Returns a map of
LocalCacheDetails keyed by their
LocalCacheDetails.getId() . |
Map<String,LocalViewDetails> |
getLocalViewDetails()
Returns a map of
LocalViewDetails keyed by their
LocalViewDetails.getId() . |
Map<String,Integer> |
getNotifyTemplateCountPerClassName()
Returns a mapping between each class name and the number of notify-templates in the Space.
|
SpaceInstanceTransactionDetails |
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 SpaceInstanceTransactionDetails getTransactionDetails()
SpaceInstanceStatistics.getActiveTransactionCount()
@Deprecated SpaceInstanceConnectionDetails getConnectionDetails()
SpaceInstanceStatistics.getActiveConnectionCount()
Map<String,LocalCacheDetails> getLocalCacheDetails()
LocalCacheDetails
keyed by their
LocalCacheDetails.getId()
.Map<String,LocalViewDetails> getLocalViewDetails()
LocalViewDetails
keyed by their
LocalViewDetails.getId()
.Copyright © GigaSpaces.