3233343536373839
int howMany, int offset) { super(fileHandle, howMany, offset); } public NodeCpuUsage call() throws Exception { super.parseMetricFile(); return new DuccNodeCpuUsage(super.metricFileContents, super.metricFieldOffsets, super.metricFieldLengths); }
3334353637383940
super(fileHandle, howMany, offset); } public NodeCpuUsage call() throws Exception { super.parseMetricFile(); return new DuccNodeCpuUsage(super.metricFileContents, super.metricFieldOffsets, super.metricFieldLengths); }