Package org.openmetadata.service.jdbi3
Class ReportDataRepository
- java.lang.Object
-
- org.openmetadata.service.jdbi3.ReportDataRepository
-
public class ReportDataRepository extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTION_PATHCollectionDAOdaoCollectionstatic StringREPORT_DATA_EXTENSION
-
Constructor Summary
Constructors Constructor Description ReportDataRepository(CollectionDAO dao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseaddReportData(ReportData reportData)ResultList<ReportData>getReportData(ReportData.ReportDataType reportDataType, Long startTs, Long endTs)
-
-
-
Field Detail
-
COLLECTION_PATH
public static final String COLLECTION_PATH
- See Also:
- Constant Field Values
-
REPORT_DATA_EXTENSION
public static final String REPORT_DATA_EXTENSION
- See Also:
- Constant Field Values
-
daoCollection
public final CollectionDAO daoCollection
-
-
Constructor Detail
-
ReportDataRepository
public ReportDataRepository(CollectionDAO dao)
-
-
Method Detail
-
addReportData
public javax.ws.rs.core.Response addReportData(ReportData reportData)
-
getReportData
public ResultList<ReportData> getReportData(ReportData.ReportDataType reportDataType, Long startTs, Long endTs)
-
-