Package voldemort.store.stats

Examples of voldemort.store.stats.StoreClientFactoryStatsJmx


                                                                     + identifierString));
            JmxUtils.registerMbean(new StoreStatsJmx(aggregateStats),
                                   JmxUtils.createObjectName("voldemort.store.stats.aggregate",
                                                             "aggregate-perf" + identifierString));

            JmxUtils.registerMbean(new StoreClientFactoryStatsJmx(storeClientFactoryStats),
                                   JmxUtils.createObjectName("voldemort.store.client.factory.stats",
                                                             "bootstrap-stats" + identifierString));
        }
        this.isZenStoreResourcesInited = new AtomicBoolean(false);
        this.scheduler = null;
View Full Code Here

TOP

Related Classes of voldemort.store.stats.StoreClientFactoryStatsJmx

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.