Uses of Class
fr.gouv.vitam.metadata.core.mapping.MappingLoader
Packages that use 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
Constructors in fr.gouv.vitam.ihmrecette.appserver with parameters of type MappingLoaderModifierConstructorDescriptionWebApplicationConfig
(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
Constructors in fr.gouv.vitam.metadata.core.config with parameters of type MappingLoaderModifierConstructorDescriptionElasticsearchMetadataIndexManager
(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
Methods in fr.gouv.vitam.metadata.core.database.collections with parameters of type MappingLoaderModifier and TypeMethodDescriptionMetadataCollectionsTestUtils.createTestIndexManager
(List<Integer> dedicatedTenants, Map<String, List<Integer>> tenantGroups, MappingLoader mappingLoader, String elasticsearchConfigurationFilePath)