Home
last modified time | relevance | path

Searched refs:JobsPair (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/
H A DMockHistoryJobs.java47 public static class JobsPair { class in MockHistoryJobs
52 public static JobsPair newHistoryJobs(int numJobs, int numTasksPerJob, in newHistoryJobs()
58 public static JobsPair newHistoryJobs(ApplicationId appID, int numJobsPerApp, in newHistoryJobs()
65 public static JobsPair newHistoryJobs(ApplicationId appID, int numJobsPerApp, in newHistoryJobs()
73 private static JobsPair split(Map<JobId, Job> mocked) throws IOException { in split()
74 JobsPair ret = new JobsPair(); in split()
H A DMockHistoryContext.java29 import org.apache.hadoop.mapreduce.v2.hs.MockHistoryJobs.JobsPair;
41 JobsPair jobs; in MockHistoryContext()
54 JobsPair jobs; in MockHistoryContext()
74 JobsPair jobs; in MockHistoryContext()