Uses of Class
fr.gouv.vitam.metadata.core.mapping.MappingLoader
Package
Description
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides API configuration classes for the Metadata module
Provides
-
Uses of MappingLoader in fr.gouv.vitam.ihmrecette.appserver
ModifierConstructorDescriptionWebApplicationConfig
(List<MongoDbNode> mongoDbNodes, String dbName, String clusterName, List<ElasticsearchNode> elasticsearchNodes, MappingLoader mappingLoader) Default constructor (keep it ?) -
Uses of MappingLoader in fr.gouv.vitam.metadata.core.config
ModifierConstructorDescriptionElasticsearchMetadataIndexManager
(MetaDataConfiguration configuration, List<Integer> tenantIds, MappingLoader mappingLoader) MetaDataConfiguration
(List<MongoDbNode> mongoDbNodes, String dbName, String clusterName, List<ElasticsearchNode> elasticsearchNodes, boolean dbAuthentication, String dbUserName, String dbPassword, MappingLoader mappingLoader) MetaDataConfiguration constructor with authenticationMetaDataConfiguration
(List<MongoDbNode> mongoDbNodes, String dbName, String clusterName, List<ElasticsearchNode> elasticsearchNodes, MappingLoader mappingLoader) MetaDataConfiguration constructor -
Uses of MappingLoader in fr.gouv.vitam.metadata.core.database.collections
Modifier and TypeMethodDescriptionMetadataCollectionsTestUtils.createTestIndexManager
(List<Integer> dedicatedTenants, Map<String, List<Integer>> tenantGroups, MappingLoader mappingLoader, String elasticsearchConfigurationFilePath)