Uses of Class
fr.gouv.vitam.logbook.common.server.config.ElasticsearchLogbookIndexManager
Packages that use 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
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return ElasticsearchLogbookIndexManagerModifier and TypeMethodDescriptionLogbookCollectionsTestUtils.createTestIndexManager
(List<Integer> dedicatedTenants, Map<String, List<Integer>> tenantGroups, String elasticSearchConfigurationFilePath) Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type ElasticsearchLogbookIndexManagerModifier 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 MongoDbAccessConstructors in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type ElasticsearchLogbookIndexManagerModifierConstructorDescriptionLogbookElasticsearchAccess
(String clusterName, List<ElasticsearchNode> nodes, ElasticsearchLogbookIndexManager indexManager) LogbookRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.common.server.reconstruction
Constructors in fr.gouv.vitam.logbook.common.server.reconstruction with parameters of type ElasticsearchLogbookIndexManagerModifierConstructorDescriptionReconstructionService
(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
Constructors in fr.gouv.vitam.logbook.operations.core with parameters of type ElasticsearchLogbookIndexManagerModifierConstructorDescriptionLogbookOperationsImpl
(LogbookDbAccess mongoDbAccess, ElasticsearchLogbookIndexManager indexManager) LogbookOperationsImpl
(LogbookDbAccess mongoDbAccess, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory, IndexationHelper indexationHelper, ElasticsearchLogbookIndexManager indexManager) -
Uses of ElasticsearchLogbookIndexManager in fr.gouv.vitam.logbook.rest
Constructors in fr.gouv.vitam.logbook.rest with parameters of type ElasticsearchLogbookIndexManagerModifierConstructorDescriptionLogbookRawResource
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) LogbookResource
(LogbookConfiguration configuration, OntologyLoader ontologyLoader, ElasticsearchLogbookIndexManager indexManager) Constructor