Uses of Class
fr.gouv.vitam.common.database.index.model.ReindexationOK
Packages that use ReindexationOK
Package
Description
Index Model Package containing POJO for indexing results
Elasticsearch server package in Vitam
-
Uses of ReindexationOK in fr.gouv.vitam.common.database.index.model
Methods in fr.gouv.vitam.common.database.index.model that return ReindexationOKModifier and TypeMethodDescriptionReindexationOK.setAliasName(String aliasName) ReindexationOK.setIndexName(String indexName) ReindexationOK.setTenantGroup(String tenantGroup) ReindexationOK.setTenants(List<Integer> tenants) Methods in fr.gouv.vitam.common.database.index.model that return types with arguments of type ReindexationOKMethods in fr.gouv.vitam.common.database.index.model with parameters of type ReindexationOKMethod parameters in fr.gouv.vitam.common.database.index.model with type arguments of type ReindexationOKModifier and TypeMethodDescriptionvoidReindexationResult.setIndexOK(List<ReindexationOK> indexesOK) -
Uses of ReindexationOK in fr.gouv.vitam.common.database.server.elasticsearch
Methods in fr.gouv.vitam.common.database.server.elasticsearch that return ReindexationOKModifier and TypeMethodDescriptionIndexationHelper.reindex(com.mongodb.client.MongoCollection<org.bson.Document> collection, ElasticsearchAccess esClient, ElasticsearchIndexAlias indexAlias, ElasticsearchIndexSettings indexSettings, ElasticsearchCollections elasticsearchCollection, List<Integer> tenantIds, String tenantGroupName, String elasticsearchConfigurationFilePath) reindex a collection on a tenant list with a esmapping file