Package com.netflix.exhibitor.core.servo

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


            {
                throw new ExhibitorCreatorExit(cli);
            }
        }

        ServoRegistration   servoRegistration = null;
        if ( "true".equalsIgnoreCase(commandLine.getOptionValue(SERVO_INTEGRATION, "false")) )
        {
            servoRegistration = new ServoRegistration(new JmxMonitorRegistry("exhibitor"), 60000);
        }

        String              preferencesPath = commandLine.getOptionValue(PREFERENCES_PATH);

        this.builder = ExhibitorArguments.builder()
View Full Code Here

TOP

Related Classes of com.netflix.exhibitor.core.servo.ServoRegistration

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.