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
McBadRequestException
IOException
public String writeOnDisk(Integer resourceId, String resourceType, Long start, Long end, String duration, String bucketDuration, String writeOnDir) throws McBadRequestException, IOException
McBadRequestException
IOException
public MetricsCsv getMetric(String uid, Long start, Long end, String duration, String bucketDuration) throws McBadRequestException
McBadRequestException
public MetricsCsv getMetric(Integer resourceId, String resourceType, Long start, Long end, String duration, String bucketDuration) throws McBadRequestException
McBadRequestException
Copyright © 2015–2019. All rights reserved.