Class DefaultSpaceRuntimeDetails
java.lang.Object
org.openspaces.admin.internal.space.DefaultSpaceRuntimeDetails
- All Implemented Interfaces:
SpaceRuntimeDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStarting from 15.5.0 this method does not load classes, types loaded as a virtual typeString[]Returns an aggregated class names array of entry/objects in all the Space instances.intgetCount()An aggregated count of any null-template matching entry/object in the Space.Returns an aggregated mapping between each class name and the number of entries/objects in all the Space instances.longReturns an aggregated mapping between each class name and the number of notify-templates in the Space instances.int
-
Constructor Details
-
DefaultSpaceRuntimeDetails
-
-
Method Details
-
getTieredStorageConfig
- Specified by:
getTieredStorageConfigin interfaceSpaceRuntimeDetails- Returns:
- tiered storage table configuration
-
getClassNames
Description copied from interface:SpaceRuntimeDetailsReturns an aggregated class names array of entry/objects in all the Space instances.- Specified by:
getClassNamesin interfaceSpaceRuntimeDetails- Returns:
- an array of class names.
-
getCount
public int getCount()Description copied from interface:SpaceRuntimeDetailsAn aggregated count of any null-template matching entry/object in the Space.Count could also be gained by establishing a proxy to the Space.
- Specified by:
getCountin interfaceSpaceRuntimeDetails- Returns:
- a count (gathered periodically).
- See Also:
-
getRamCount
public int getRamCount()- Specified by:
getRamCountin interfaceSpaceRuntimeDetails
-
getDiskSize
public long getDiskSize()- Specified by:
getDiskSizein interfaceSpaceRuntimeDetails
-
getClassDescriptors
Description copied from interface:SpaceRuntimeDetailsStarting from 15.5.0 this method does not load classes, types loaded as a virtual type- Specified by:
getClassDescriptorsin interfaceSpaceRuntimeDetails- Returns:
- class type descriptors
-
getCountPerClassName
Description copied from interface:SpaceRuntimeDetailsReturns an aggregated mapping between each class name and the number of entries/objects in all the Space instances.- Specified by:
getCountPerClassNamein interfaceSpaceRuntimeDetails- Returns:
- a mapping of class name to entry/object count.
-
getRamCountPerClassName
- Specified by:
getRamCountPerClassNamein interfaceSpaceRuntimeDetails
-
getNotifyTemplateCountPerClassName
Description copied from interface:SpaceRuntimeDetailsReturns an aggregated mapping between each class name and the number of notify-templates in the Space instances.- Specified by:
getNotifyTemplateCountPerClassNamein interfaceSpaceRuntimeDetails- Returns:
- a mapping of class name to template count.
-
getTransactionDetails
- Specified by:
getTransactionDetailsin interfaceSpaceRuntimeDetails- Returns:
- the aggregated transaction details of all the Space instances.
-
getConnectionDetails
- Specified by:
getConnectionDetailsin interfaceSpaceRuntimeDetails- Returns:
- the aggregated connection details of all the Space instances.
-