Package org.openmetadata.service.jdbi3
Interface CollectionDAO.SystemDAO
-
- Enclosing interface:
- CollectionDAO
public static interface CollectionDAO.SystemDAO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String configType)EntitiesCountgetAggregatedEntitiesCount(String cond)ServicesCountgetAggregatedServicesCount(String cond)List<Settings>getAllConfig()SettingsgetConfigWithKey(String configType)voidinsertSettings(String configType, String json)
-
-
-
Method Detail
-
getAggregatedEntitiesCount
EntitiesCount getAggregatedEntitiesCount(String cond) throws org.jdbi.v3.core.statement.StatementException
- Throws:
org.jdbi.v3.core.statement.StatementException
-
getAggregatedServicesCount
ServicesCount getAggregatedServicesCount(String cond) throws org.jdbi.v3.core.statement.StatementException
- Throws:
org.jdbi.v3.core.statement.StatementException
-
getAllConfig
List<Settings> getAllConfig() throws org.jdbi.v3.core.statement.StatementException
- Throws:
org.jdbi.v3.core.statement.StatementException
-
getConfigWithKey
Settings getConfigWithKey(String configType) throws org.jdbi.v3.core.statement.StatementException
- Throws:
org.jdbi.v3.core.statement.StatementException
-
delete
void delete(String configType)
-
-