public class CsvExportEngine extends Object
| Constructor and Description |
|---|
CsvExportEngine() |
| Modifier and Type | Method and Description |
|---|---|
MetricsCsv |
getMetric(Integer resourceId,
String resourceType,
Long start,
Long end,
String duration,
String bucketDuration) |
MetricsCsv |
getMetric(String uid,
Long start,
Long end,
String duration,
String bucketDuration) |
String |
writeOnDisk(Integer resourceId,
String resourceType,
Long start,
Long end,
String duration,
String bucketDuration,
String writeOnDir) |
String |
writeOnDisk(String uid,
Long start,
Long end,
String duration,
String bucketDuration,
String writeOnDir) |
public String writeOnDisk(String uid, Long start, Long end, String duration, String bucketDuration, String writeOnDir) throws McBadRequestException, IOException
McBadRequestExceptionIOExceptionpublic String writeOnDisk(Integer resourceId, String resourceType, Long start, Long end, String duration, String bucketDuration, String writeOnDir) throws McBadRequestException, IOException
McBadRequestExceptionIOExceptionpublic MetricsCsv getMetric(String uid, Long start, Long end, String duration, String bucketDuration) throws McBadRequestException
McBadRequestExceptionpublic MetricsCsv getMetric(Integer resourceId, String resourceType, Long start, Long end, String duration, String bucketDuration) throws McBadRequestException
McBadRequestExceptionCopyright © 2015–2019. All rights reserved.