Class InstantDashboardMetadataWriterOS
java.lang.Object
io.camunda.optimize.service.db.os.writer.InstantDashboardMetadataWriterOS
- All Implemented Interfaces:
InstantDashboardMetadataWriter
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class InstantDashboardMetadataWriterOS
extends Object
implements InstantDashboardMetadataWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteOutdatedTemplateEntriesAndGetExistingDashboardIds(List<Long> hashesAllowed) voidsaveInstantDashboard(InstantDashboardDataDto dashboardDataDto)
-
Constructor Details
-
InstantDashboardMetadataWriterOS
-
-
Method Details
-
saveInstantDashboard
- Specified by:
saveInstantDashboardin interfaceInstantDashboardMetadataWriter
-
deleteOutdatedTemplateEntriesAndGetExistingDashboardIds
public List<String> deleteOutdatedTemplateEntriesAndGetExistingDashboardIds(List<Long> hashesAllowed) throws IOException - Specified by:
deleteOutdatedTemplateEntriesAndGetExistingDashboardIdsin interfaceInstantDashboardMetadataWriter- Throws:
IOException
-