Package org.openmetadata.service.jdbi3
Class ChangeEventRepository
- java.lang.Object
-
- org.openmetadata.service.jdbi3.ChangeEventRepository
-
public class ChangeEventRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangeEventRepository(CollectionDAO dao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAll(String entityType)List<ChangeEvent>list(long timestamp, List<String> entityCreatedList, List<String> entityUpdatedList, List<String> entityRestoredList, List<String> entityDeletedList)
-
-
-
Constructor Detail
-
ChangeEventRepository
public ChangeEventRepository(CollectionDAO dao)
-
-
Method Detail
-
list
public List<ChangeEvent> list(long timestamp, List<String> entityCreatedList, List<String> entityUpdatedList, List<String> entityRestoredList, List<String> entityDeletedList) throws IOException
- Throws:
IOException
-
deleteAll
public void deleteAll(String entityType)
-
-