Examples of GetMonitorData


Examples of com.netflix.exhibitor.core.servo.GetMonitorData

        if ( arguments.servoRegistration != null )
        {
            ZookeeperMonitoredData  zookeeperMonitoredData = new ZookeeperMonitoredData();
            CompositeMonitor<?>     compositeMonitor = Monitors.newObjectMonitor(zookeeperMonitoredData);

            GetMonitorData          getMonitorData = new GetMonitorData(exhibitor, zookeeperMonitoredData);
            localServoMonitoring = new RepeatingActivityImpl(log, activityQueue, QueueGroups.IO, getMonitorData, arguments.servoRegistration.getZookeeperPollMs());
            arguments.servoRegistration.getMonitorRegistry().register(compositeMonitor);

            theMonitor.set(compositeMonitor);
        }
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.