Uses of Interface
io.camunda.webapps.backup.repository.BackupRepositoryProps
Packages that use BackupRepositoryProps
Package
Description
-
Uses of BackupRepositoryProps in io.camunda.webapps.backup
Constructors in io.camunda.webapps.backup with parameters of type BackupRepositoryPropsModifierConstructorDescriptionBackupServiceImpl(Executor threadPoolTaskExecutor, BackupPriorities backupPriorities, BackupRepositoryProps backupProps, BackupRepository repository, DynamicIndicesProvider dynamicIndicesProvider) -
Uses of BackupRepositoryProps in io.camunda.webapps.backup.repository
Classes in io.camunda.webapps.backup.repository that implement BackupRepositoryPropsFields in io.camunda.webapps.backup.repository declared as BackupRepositoryProps -
Uses of BackupRepositoryProps in io.camunda.webapps.backup.repository.elasticsearch
Constructors in io.camunda.webapps.backup.repository.elasticsearch with parameters of type BackupRepositoryPropsModifierConstructorDescriptionElasticsearchBackupRepository(co.elastic.clients.elasticsearch.ElasticsearchClient esClient, BackupRepositoryProps operateProperties, SnapshotNameProvider snapshotNameProvider, Executor executor) -
Uses of BackupRepositoryProps in io.camunda.webapps.backup.repository.opensearch
Constructors in io.camunda.webapps.backup.repository.opensearch with parameters of type BackupRepositoryPropsModifierConstructorDescriptionOpensearchBackupRepository(org.opensearch.client.opensearch.OpenSearchClient openSearchClient, org.opensearch.client.opensearch.OpenSearchAsyncClient openSearchAsyncClient, BackupRepositoryProps operateProperties, SnapshotNameProvider snapshotNameProvider)