Package org.apache.hadoop.corona

Examples of org.apache.hadoop.corona.TopologyCache


   * @param counters The job counters to update.
   * @param jobStats The job statistics to update.
   */
  public LocalityStats(
    JobConf jobConf, int maxLevel, Counters counters, JobStats jobStats) {
    topologyCache = new TopologyCache(jobConf);
    this.maxLevel = maxLevel;
    this.jobCounters = counters;
    this.jobStats = jobStats;
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.corona.TopologyCache

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.