| Package | Description |
|---|---|
| fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
| Modifier and Type | Method and Description |
|---|---|
LogbookElasticsearchAccess |
LogbookElasticsearchAccessFactory.create(LogbookConfiguration configuration)
Creation of one ElasticsearchAccess
|
LogbookElasticsearchAccess |
LogbookMongoDbAccessImpl.getEsClient() |
LogbookElasticsearchAccess |
LogbookCollections.getEsClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
LogbookCollections.beforeTestClass(com.mongodb.client.MongoDatabase db,
String prefix,
LogbookElasticsearchAccess esClient,
Collection<LogbookCollections> logbookCollections,
Integer... tenants) |
static void |
LogbookCollections.beforeTestClass(com.mongodb.client.MongoDatabase db,
String prefix,
LogbookElasticsearchAccess esClient,
Integer... tenants) |
protected void |
LogbookCollections.initialize(LogbookElasticsearchAccess esClient)
Initialize the collection
|
| Constructor and Description |
|---|
LogbookMongoDbAccessImpl(com.mongodb.MongoClient mongoClient,
String dbname,
boolean recreate,
LogbookElasticsearchAccess esClient,
List<Integer> tenants,
LogbookTransformData logbookTransformData,
OntologyLoader ontologyLoader)
Constructor
|
Copyright © 2019 Vitam. All rights reserved.