public class WrappedProgressSplitsBlock
extends org.apache.hadoop.mapred.ProgressSplitsBlock
| Constructor and Description |
|---|
WrappedProgressSplitsBlock(int numberSplits) |
| Modifier and Type | Method and Description |
|---|---|
int[][] |
burst() |
WrappedPeriodicStatsAccumulator |
getProgressCPUTime() |
WrappedPeriodicStatsAccumulator |
getProgressPhysicalMemoryKbytes() |
WrappedPeriodicStatsAccumulator |
getProgressVirtualMemoryKbytes() |
WrappedPeriodicStatsAccumulator |
getProgressWallclockTime() |
public int[][] burst()
burst in class org.apache.hadoop.mapred.ProgressSplitsBlockpublic WrappedPeriodicStatsAccumulator getProgressWallclockTime()
public WrappedPeriodicStatsAccumulator getProgressCPUTime()
public WrappedPeriodicStatsAccumulator getProgressVirtualMemoryKbytes()
public WrappedPeriodicStatsAccumulator getProgressPhysicalMemoryKbytes()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.