Example usage for org.apache.zookeeper.jmx MBeanRegistry subclass-usage

List of usage examples for org.apache.zookeeper.jmx MBeanRegistry subclass-usage

Introduction

In this page you can find the example usage for org.apache.zookeeper.jmx MBeanRegistry subclass-usage.

Usage

From source file org.apache.bookkeeper.jmx.BKMBeanRegistry.java

/**
 * This class provides a unified interface for registering/unregistering of
 * bookkeeper MBeans with the platform MBean server. It builds a hierarchy of MBeans
 * where each MBean represented by a filesystem-like path. Eventually, this hierarchy
 * will be stored in the zookeeper data tree instance as a virtual data tree.
 */