Package org.openspaces.pu.container
Class ProcessingUnitContainerContext
java.lang.Object
org.openspaces.pu.container.ProcessingUnitContainerContext
Provides context for a processing unit container instance.
- Since:
- 11.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a bean metric manager using the specified name.Gets the cluster information injected with this processing unit container instance.
-
Constructor Details
-
ProcessingUnitContainerContext
-
-
Method Details
-
getClusterInfo
Gets the cluster information injected with this processing unit container instance.- Returns:
- The cluster information injected with this processing unit container instance.
-
createBeanMetricManager
Creates a bean metric manager using the specified name.- Parameters:
name- Serves as prefix for all metrics which will be registered via this bean metric manager- Returns:
- A bean metric manager instance
-