Class DataConsistencyAuditConfig
java.lang.Object
fr.gouv.vitam.common.server.application.configuration.DataConsistencyAuditConfig
- 
Constructor Summary
ConstructorsConstructorDescriptionDataConsistencyAuditConfig(boolean isDataConsistencyAuditRunnable, boolean enableDataConsistencyRectificationMode, Integer dataConsistencyAuditOplogMaxSize, MongoDbShardConf mongodShardsConf, Boolean dbAuthentication)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean 
- 
Constructor Details
- 
DataConsistencyAuditConfig
public DataConsistencyAuditConfig(boolean isDataConsistencyAuditRunnable, boolean enableDataConsistencyRectificationMode, Integer dataConsistencyAuditOplogMaxSize, MongoDbShardConf mongodShardsConf, Boolean dbAuthentication)  
 - 
 - 
Method Details
- 
getIsDataConsistencyAuditRunnable
public boolean getIsDataConsistencyAuditRunnable() - 
isEnableDataConsistencyRectificationMode
public boolean isEnableDataConsistencyRectificationMode() - 
getDataConsistencyAuditOplogMaxSize
 - 
getMongodShardsConf
 - 
isDbAuthentication
 
 -