Uses of Interface
com.tangosol.net.management.Registry
Package
Description
The Coherence gRPC server implementation.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
-
Uses of Registry in com.oracle.coherence.grpc.proxy
Modifier and TypeMethodDescriptionGrpcServiceDependencies.DefaultDependencies.getRegistry()
GrpcServiceDependencies.getRegistry()
Return the optional managementRegistry
to register the proxy MBean with.Modifier 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
Modifier and TypeMethodDescriptionCluster.getManagement()
Returns the current management registry.Coherence.getManagement()
Returns the current management registry.Modifier and TypeMethodDescriptionvoid
Cluster.setManagement
(Registry registry) Sets the current management registry. -
Uses of Registry in com.tangosol.net.management
Modifier 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.