Uses of Interface
org.apache.zookeeper.jmx.ZKMBeanInfo
Packages that use ZKMBeanInfo
Package
Description
ZooKeeper server theory of operation
-
Uses of ZKMBeanInfo in org.apache.zookeeper.jmx
Methods in org.apache.zookeeper.jmx that return types with arguments of type ZKMBeanInfoMethods in org.apache.zookeeper.jmx with parameters of type ZKMBeanInfoModifier and TypeMethodDescriptionprotected StringMBeanRegistry.makeFullPath(String prefix, ZKMBeanInfo bean) protected ObjectNameMBeanRegistry.makeObjectName(String path, ZKMBeanInfo bean) Builds an MBean path and creates an ObjectName instance using the path.voidMBeanRegistry.register(ZKMBeanInfo bean, ZKMBeanInfo parent) Registers a new MBean with the platform MBean server.voidMBeanRegistry.unregister(ZKMBeanInfo bean) Unregister MBean. -
Uses of ZKMBeanInfo in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement ZKMBeanInfoModifier and TypeClassDescriptionclassImplementation of connection MBean interface.classThis class implements the data tree MBean.classObserverBeanclassThis class implements the ZooKeeper server MBean interface. -
Uses of ZKMBeanInfo in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement ZKMBeanInfoModifier and TypeClassDescriptionclassFollower MBean interface implementationclassLeader MBean interface implementation.classLeader election MBean interface implementationclassclassImplementation of the local peer MBean interface.classclassReadOnly MX Bean interface, implemented by ReadOnlyBeanclassA remote peer bean only provides limited information about the remote peer, and the peer cannot be managed remotely.classAn abstract base class for the leader and follower MBeans.