Uses of Interface
com.tangosol.net.management.Registry
-
Packages that use Registry Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.management 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 Registry Modifier and Type Method Description Optional<Registry>
GrpcServiceDependencies.DefaultDependencies. getRegistry()
Optional<Registry>
GrpcServiceDependencies. getRegistry()
Return the optional managementRegistry
to register the proxy MBean with.Methods in com.oracle.coherence.grpc.proxy with parameters of type Registry Modifier and Type Method Description void
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 Registry Modifier and Type Method Description Registry
Cluster. getManagement()
Returns the current management registry.Registry
Coherence. getManagement()
Returns the current management registry.Methods in com.tangosol.net with parameters of type Registry Modifier and Type Method Description void
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 Registry Modifier and Type Method Description static 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.
-