Package org.apache.oozie.util

Examples of org.apache.oozie.util.MetricsInstrumentation


     * @param services services instance.
     * @throws org.apache.oozie.service.ServiceException
     */
    @Override
    public void init(Services services) throws ServiceException {
        final MetricsInstrumentation instr = new MetricsInstrumentation();
        int interval = services.getConf().getInt(CONF_LOGGING_INTERVAL, 60);
        initLogging(services, instr, interval);
        instrumentation = instr;
        isEnabled = true;
    }
View Full Code Here

TOP

Related Classes of org.apache.oozie.util.MetricsInstrumentation

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.