Class MetricsReport
- java.lang.Object
-
- org.duracloud.common.util.metrics.MetricsReport
-
public class MetricsReport extends Object
This class writes the contents of a MetricsTable to the provided metricsFileName.- Author:
- Andrew Woods
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description MetricsReport(String title, String metricsFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteReport(MetricsTable table)
-
-
-
Constructor Detail
-
MetricsReport
public MetricsReport(String title, String metricsFileName) throws IOException
- Throws:
IOException
-
-
Method Detail
-
writeReport
public void writeReport(MetricsTable table)
-
-