public interface SpaceRuntimeDetails
SpaceInstance
s. These calls avoid establishing a proxy to the Space instances. In case of failover, using the API will always return results from currently discovered instances.
Modifier and Type | Method and Description |
---|---|
Map<String,ITypeDesc> |
getClassDescriptors()
Starting from 15.5.0 this method does not load classes, types loaded as a virtual type
|
String[] |
getClassNames()
Returns an aggregated class names array of entry/objects in all the Space instances.
|
SpaceConnectionDetails |
getConnectionDetails()
Deprecated.
|
int |
getCount()
Deprecated.
@see SpaceInstanceStatistics#getObjectCount()
|
Map<String,Integer> |
getCountPerClassName()
Returns an aggregated mapping between each class name and the number of entries/objects in
all the Space instances.
|
long |
getDiskSize() |
Map<String,Integer> |
getNotifyTemplateCountPerClassName()
Returns an aggregated mapping between each class name and the number of notify-templates in
the Space instances.
|
int |
getRamCount() |
Map<String,Integer> |
getRamCountPerClassName() |
TieredStorageConfig |
getTieredStorageConfig() |
SpaceTransactionDetails |
getTransactionDetails()
Deprecated.
|
@Deprecated int getCount()
Count could also be gained by establishing a proxy to the Space.
SpaceInstance.getGigaSpace()
,
GigaSpace.count(Object)
int getRamCount()
long getDiskSize()
String[] getClassNames()
Map<String,Integer> getCountPerClassName()
Map<String,Integer> getNotifyTemplateCountPerClassName()
@Deprecated SpaceTransactionDetails getTransactionDetails()
SpaceInstanceStatistics.getActiveTransactionCount()
@Deprecated SpaceConnectionDetails getConnectionDetails()
SpaceInstanceStatistics.getActiveConnectionCount()
TieredStorageConfig getTieredStorageConfig()
Copyright © GigaSpaces.