Package org.openmetadata.service.jdbi3
Class ReportDataRepository
java.lang.Object
org.openmetadata.service.jdbi3.EntityTimeSeriesRepository<ReportData>
org.openmetadata.service.jdbi3.ReportDataRepository
-
Field Summary
FieldsFields inherited from class org.openmetadata.service.jdbi3.EntityTimeSeriesRepository
collectionPath, daoCollection, entityClass, entityType, searchRepository, timeSeriesDao -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteReportData(ReportData.ReportDataType reportDataType) voiddeleteReportDataAtDate(ReportData.ReportDataType reportDataType, String date) getReportData(ReportData.ReportDataType reportDataType, Long startTs, Long endTs) Methods inherited from class org.openmetadata.service.jdbi3.EntityTimeSeriesRepository
createNewRecord, createNewRecord, getById, getLatestRecord, getResultList, list, listWithOffset, postCreate
-
Field Details
-
COLLECTION_PATH
- See Also:
-
REPORT_DATA_EXTENSION
- See Also:
-
-
Constructor Details
-
ReportDataRepository
public ReportDataRepository()
-
-
Method Details
-
getReportData
public ResultList<ReportData> getReportData(ReportData.ReportDataType reportDataType, Long startTs, Long endTs) -
deleteReportDataAtDate
-
deleteReportData
-