Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookElasticsearchAccess
-
Packages that use LogbookElasticsearchAccess Package Description fr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classes -
-
Uses of LogbookElasticsearchAccess in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookElasticsearchAccess Modifier and Type Method Description LogbookElasticsearchAccess
LogbookElasticsearchAccessFactory. create(LogbookConfiguration configuration, ElasticsearchLogbookIndexManager indexManager)
Creation of one ElasticsearchAccessLogbookElasticsearchAccess
LogbookCollections. getEsClient()
LogbookElasticsearchAccess
LogbookMongoDbAccessImpl. getEsClient()
Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookElasticsearchAccess Modifier and Type Method Description static void
LogbookCollectionsTestUtils. beforeTestClass(com.mongodb.client.MongoDatabase db, java.lang.String prefix, LogbookElasticsearchAccess esClient)
protected void
LogbookCollections. initialize(LogbookElasticsearchAccess esClient)
Initialize the collectionConstructors in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookElasticsearchAccess Constructor Description LogbookMongoDbAccessImpl(com.mongodb.client.MongoClient mongoClient, java.lang.String dbname, boolean recreate, LogbookElasticsearchAccess esClient, OntologyLoader ontologyLoader)
Constructor
-