Uses of Interface
com.tangosol.net.management.Registry
Packages that use Registry
Package
Description
Classes to allow submission of tasks to the grid for execution.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
-
Uses of Registry in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type RegistryModifier and TypeMethodDescriptionprotected static String
ClusteredRegistration.getExecutorServiceMBeanName
(Registry registry, String sName) Get the MBean name for thenamed
executor. -
Uses of Registry in com.oracle.coherence.grpc.proxy.common
Methods in com.oracle.coherence.grpc.proxy.common that return types with arguments of type RegistryModifier and TypeMethodDescriptionGrpcServiceDependencies.DefaultDependencies.getRegistry()
GrpcServiceDependencies.getRegistry()
Return the optional managementRegistry
to register the proxy MBean with.Methods in com.oracle.coherence.grpc.proxy.common with parameters of type RegistryModifier and TypeMethodDescriptionvoid
GrpcProxyMetrics.registerMBean
(Registry registry) Registers an MBean for thisGrpcProxyMetrics
.void
GrpcServiceDependencies.DefaultDependencies.setRegistry
(Registry registry) Set the managementRegistry
to register the proxy MBean with. -
Uses of Registry in com.tangosol.net
Methods in com.tangosol.net that return RegistryModifier and TypeMethodDescriptionCluster.getManagement()
Returns the current management registry.Coherence.getManagement()
Returns the current management registry.Methods in com.tangosol.net with parameters of type RegistryModifier and TypeMethodDescriptionvoid
Cluster.setManagement
(Registry registry) Sets the current management registry. -
Uses of Registry in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type RegistryModifier and TypeMethodDescriptionstatic void
MBeanHelper.registerQueryMBeans
(String sMBeanServerDomain, String sQuery, String sPrefix, Registry registry) Find all MBeans matching to the specified query at a local MBeanServer and register them with the specified Registry.