Package org.apache.hadoop.hdfs.server.datanode.metrics

Examples of org.apache.hadoop.hdfs.server.datanode.metrics.DatanodeThreadLivenessReporter


    startInfoServer(conf);
    initIpcServer(conf);

    myMetrics = new DataNodeMetrics(conf, storage.getStorageID());
    setCountingLoggers(myMetrics);
    threadLivenessReporter = new DatanodeThreadLivenessReporter(conf.getLong(
        "dfs.datanode.thread.liveness.threshold", 240 * 1000),
        myMetrics.threadActiveness);
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hdfs.server.datanode.metrics.DatanodeThreadLivenessReporter

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.