public class StackedTimePushThroughput2D extends AbstractStackedCSVExporter
| Constructor and Description |
|---|
StackedTimePushThroughput2D(PipeMonitoringService pipeMonitoringService,
SingleTaskFarmMonitoringService taskFarmMonitoringService)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLineOfValuesToCSV(Writer writer,
int maxNumberOfPipes,
PipeMonitoringService.PipeMonitoringDataContainer container)
Adds a line of values, separated by commas, to the
Writer. |
protected void |
createHeader(Writer writer,
int maxNumberOfStages)
Creates the header of a CSV file.
|
extractToWriter, fillNullValuesWithZerosaddCSVLineToWriter, extractToFile, extractToFile, extractToString, getPipeMonitoringService, getTaskFarmMonitoringServicepublic StackedTimePushThroughput2D(PipeMonitoringService pipeMonitoringService, SingleTaskFarmMonitoringService taskFarmMonitoringService)
pipeMonitoringService - monitoring service concerning pipestaskFarmMonitoringService - monitoring service concerning a task farmprotected void addLineOfValuesToCSV(Writer writer, int maxNumberOfPipes, PipeMonitoringService.PipeMonitoringDataContainer container) throws IOException
AbstractStackedCSVExporterWriter.addLineOfValuesToCSV in class AbstractStackedCSVExporterwriter - writer to be written tomaxNumberOfPipes - maximum amount of pipes monitoredcontainer - pipe measurement containerIOExceptionprotected void createHeader(Writer writer, int maxNumberOfStages) throws IOException
AbstractStackedCSVExportercreateHeader in class AbstractStackedCSVExporterwriter - writer for the header to be written tomaxNumberOfStages - maximal number of stages of task farm measurementsIOExceptionCopyright © 2015–2020. All rights reserved.