Examples of CassandraGeneralInfoMXBeanImpl


Examples of com.englishtown.vertx.mxbeans.impl.CassandraGeneralInfoMXBeanImpl

    }

    private void registerBeans() throws MalformedObjectNameException, NotCompliantMBeanException, InstanceAlreadyExistsException, MBeanRegistrationException {
        // Register General Info Bean
        final CassandraGeneralInfoMXBeanImpl generalInfoMXBean = new CassandraGeneralInfoMXBeanImpl(address, container.config(),
                vertx.isWorker(), config.getArray("ips"));
        final Hashtable<String, String> generalInfoKeys = new Hashtable<>();
        generalInfoKeys.put("type", "GeneralInfo");
        generalInfoKeys.put("verticle", this.getClass().getSimpleName());
        BeanManager.INSTANCE.registerBean(generalInfoMXBean, generalInfoKeys);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.