public abstract class AbstractMetricCollector extends Object implements MetricCollector
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
metricFieldLengths |
protected int[] |
metricFieldOffsets |
protected RandomAccessFile |
metricFile |
protected byte[] |
metricFileContents |
| Constructor and Description |
|---|
AbstractMetricCollector(RandomAccessFile metricFile,
int howMany,
int offset) |
protected int[] metricFieldOffsets
protected int[] metricFieldLengths
protected byte[] metricFileContents
protected RandomAccessFile metricFile
public AbstractMetricCollector(RandomAccessFile metricFile, int howMany, int offset)
public void parseMetricFile()
throws IOException
parseMetricFile in interface MetricCollectorIOExceptionCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.