org.apache.hadoop.mapred
Class WrappedProgressSplitsBlock

java.lang.Object
  extended by org.apache.hadoop.mapred.ProgressSplitsBlock
      extended by org.apache.hadoop.mapred.WrappedProgressSplitsBlock

public class WrappedProgressSplitsBlock
extends org.apache.hadoop.mapred.ProgressSplitsBlock


Constructor Summary
WrappedProgressSplitsBlock(int numberSplits)
           
 
Method Summary
 int[][] burst()
           
 WrappedPeriodicStatsAccumulator getProgressCPUTime()
           
 WrappedPeriodicStatsAccumulator getProgressPhysicalMemoryKbytes()
           
 WrappedPeriodicStatsAccumulator getProgressVirtualMemoryKbytes()
           
 WrappedPeriodicStatsAccumulator getProgressWallclockTime()
           
 
Methods inherited from class org.apache.hadoop.mapred.ProgressSplitsBlock
arrayGet, arrayGetCPUTime, arrayGetPhysMemKbytes, arrayGetVMemKbytes, arrayGetWallclockTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedProgressSplitsBlock

public WrappedProgressSplitsBlock(int numberSplits)
Method Detail

burst

public int[][] burst()
Overrides:
burst in class org.apache.hadoop.mapred.ProgressSplitsBlock

getProgressWallclockTime

public WrappedPeriodicStatsAccumulator getProgressWallclockTime()

getProgressCPUTime

public WrappedPeriodicStatsAccumulator getProgressCPUTime()

getProgressVirtualMemoryKbytes

public WrappedPeriodicStatsAccumulator getProgressVirtualMemoryKbytes()

getProgressPhysicalMemoryKbytes

public WrappedPeriodicStatsAccumulator getProgressPhysicalMemoryKbytes()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.