Home
last modified time | relevance | path

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

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/
H A DTestRuntimeEstimators.java203 >= taskTypeSlots(task.getType())) { in coreTestEstimator()
257 int taskTypeSlots(TaskType type) { in taskTypeSlots() method in TestRuntimeEstimators
555 slotsInUse.addAndGet(taskTypeSlots(myAttemptID.getTaskId().getTaskType())); in startUp()
683 slotsInUse.addAndGet(- taskTypeSlots(myAttemptID.getTaskId().getTaskType())); in getState()
719 slotsInUse.addAndGet(- taskTypeSlots(myAttemptID.getTaskId().getTaskType())); in getState()