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();
@Deprecated int getCount()
Count could also be gained by establishing a proxy to the Space.
SpaceInstance.getGigaSpace()
,
GigaSpace.count(Object)
int getRamCount()
long getDiskSize()
long getFreeSpace()
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()
.Map<String,ITypeDesc> getClassDescriptors()
ITypeDesc
keyed by class name.TieredStorageConfig getTieredStorageConfig()
Copyright © GigaSpaces.