Uses of Interface
com.tangosol.net.management.Registry
Packages that use 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
Methods in com.oracle.coherence.grpc.proxy 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 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.