Uses of Class
fr.gouv.vitam.logbook.common.server.config.ElasticsearchLogbookIndexManager
Package
Description
Provides Logbook collection classes
Provides reconstruction service classes for Logbook server module
Provides core implementation for the Logbook Operations module.
Provides the web server application for the Logbook module and the rest resources it uses.
-
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.common.server.database.collections
Modifier and TypeMethodDescriptionLogbookCollectionsTestUtils.createTestIndexManager
(List<Integer> dedicatedTenants, Map<String, List<Integer>> tenantGroups, String elasticSearchConfigurationFilePath) Modifier and TypeMethodDescriptionstatic void
LogbookCollectionsTestUtils.afterTest
(ElasticsearchLogbookIndexManager indexManager) static void
LogbookCollectionsTestUtils.afterTestClass
(ElasticsearchLogbookIndexManager indexManager, boolean deleteEsIndexes) LogbookElasticsearchAccessFactory.create
(LogbookConfiguration configuration, ElasticsearchLogbookIndexManager indexManager) Creation of one ElasticsearchAccessstatic LogbookMongoDbAccessImpl
LogbookMongoDbAccessFactory.create
(LogbookConfiguration configuration, OntologyLoader ontologyLoader, ElasticsearchLogbookIndexManager indexManager) Creation of one MongoDbAccessModifierConstructorDescriptionLogbookElasticsearchAccess
(String clusterName, List<ElasticsearchNode> nodes, ElasticsearchLogbookIndexManager indexManager) LogbookRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.common.server.reconstruction
ModifierConstructorDescriptionReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository, ElasticsearchLogbookIndexManager indexManager, LogbookReconstructionMetricsCache reconstructionMetricsCache) ConstructorReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, OffsetRepository offsetRepository, ElasticsearchLogbookIndexManager indexManager, LogbookReconstructionMetricsCache reconstructionMetricsCache) Constructor for tests -
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.operations.core
ModifierConstructorDescriptionLogbookOperationsImpl
(LogbookDbAccess mongoDbAccess, ElasticsearchLogbookIndexManager indexManager) LogbookOperationsImpl
(LogbookDbAccess mongoDbAccess, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory, IndexationHelper indexationHelper, ElasticsearchLogbookIndexManager indexManager) -
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.rest
ModifierConstructorDescriptionLogbookRawResource
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) LogbookResource
(LogbookConfiguration configuration, OntologyLoader ontologyLoader, ElasticsearchLogbookIndexManager indexManager) Constructor