com.intel.cosbench.exporter
Class Exporters

java.lang.Object
  extended by com.intel.cosbench.exporter.Exporters

public class Exporters
extends java.lang.Object

This class is a wrapper to construct different exporters by providing static construction methods.

Author:
ywang19

Constructor Summary
Exporters()
           
 
Method Summary
static LatencyExporter newLatencyExporter(WorkloadInfo workload)
           
static LogExporter newLogExporter(WorkloadInfo workload)
           
static MatrixExporter newMatrixExporter(WorkloadInfo workload)
           
static RunExporter newRunExporter(WorkloadInfo workload)
           
static StageExporter newStageExporter(StageInfo stage)
           
static WorkloadExporter newWorkloadExporter(WorkloadInfo workload)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exporters

public Exporters()
Method Detail

newRunExporter

public static RunExporter newRunExporter(WorkloadInfo workload)

newStageExporter

public static StageExporter newStageExporter(StageInfo stage)

newWorkloadExporter

public static WorkloadExporter newWorkloadExporter(WorkloadInfo workload)

newLatencyExporter

public static LatencyExporter newLatencyExporter(WorkloadInfo workload)

newLogExporter

public static LogExporter newLogExporter(WorkloadInfo workload)

newMatrixExporter

public static MatrixExporter newMatrixExporter(WorkloadInfo workload)