Package org.apache.hadoop.chukwa.inputtools.mdl

Examples of org.apache.hadoop.chukwa.inputtools.mdl.TorqueInfoProcessor


  private TorqueInfoProcessor tp = null;
  private PidFile loader = null;

  public TorqueDataLoader(DataConfig mdlConfig, int interval) {
    log.info("in torqueDataLoader");
    tp = new TorqueInfoProcessor(mdlConfig, interval);
    loader = new PidFile("TorqueDataLoader");
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.chukwa.inputtools.mdl.TorqueInfoProcessor

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.