com.intel.cosbench.exporter
Class Exporters
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exporters
public Exporters()
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)