Searched refs:backendConfiguration (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java144 private final LocalDBBackendCfg backendConfiguration; field in class:Importer
255 this.backendConfiguration = cfg;
308 this.backendConfiguration = localDBBackendCfg;
582 if (backendConfiguration.getDBCacheSize() > 0)
584 configuredMemory = backendConfiguration.getDBCacheSize();
589 backendConfiguration.getDBCachePercent()
842 new DiskSpaceMonitor(backendConfiguration.getBackendId()
844 backendConfiguration.getDiskLowThreshold(), backendConfiguration
849 getFileForPath(backendConfiguration
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java132 private final LocalDBBackendCfg backendConfiguration; field in class:Importer
237 this.backendConfiguration = cfg;
290 this.backendConfiguration = localDBBackendCfg;
567 if (backendConfiguration.getDBCacheSize() > 0)
569 configuredMemory = backendConfiguration.getDBCacheSize();
574 backendConfiguration.getDBCachePercent()
826 new DiskSpaceMonitor(backendConfiguration.getBackendId()
828 backendConfiguration.getDiskLowThreshold(), backendConfiguration
833 getFileForPath(backendConfiguration
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java132 private final LocalDBBackendCfg backendConfiguration; field in class:Importer
237 this.backendConfiguration = cfg;
290 this.backendConfiguration = localDBBackendCfg;
567 if (backendConfiguration.getDBCacheSize() > 0)
569 configuredMemory = backendConfiguration.getDBCacheSize();
574 backendConfiguration.getDBCachePercent()
826 new DiskSpaceMonitor(backendConfiguration.getBackendId()
828 backendConfiguration.getDiskLowThreshold(), backendConfiguration
833 getFileForPath(backendConfiguration
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java144 private final LocalDBBackendCfg backendConfiguration; field in class:Importer
255 this.backendConfiguration = cfg;
308 this.backendConfiguration = localDBBackendCfg;
582 if (backendConfiguration.getDBCacheSize() > 0)
584 configuredMemory = backendConfiguration.getDBCacheSize();
589 backendConfiguration.getDBCachePercent()
842 new DiskSpaceMonitor(backendConfiguration.getBackendId()
844 backendConfiguration.getDiskLowThreshold(), backendConfiguration
849 getFileForPath(backendConfiguration
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java132 private final LocalDBBackendCfg backendConfiguration; field in class:Importer
237 this.backendConfiguration = cfg;
290 this.backendConfiguration = localDBBackendCfg;
567 if (backendConfiguration.getDBCacheSize() > 0)
569 configuredMemory = backendConfiguration.getDBCacheSize();
574 backendConfiguration.getDBCachePercent()
826 new DiskSpaceMonitor(backendConfiguration.getBackendId()
828 backendConfiguration.getDiskLowThreshold(), backendConfiguration
833 getFileForPath(backendConfiguration
[all...]

Completed in 54 milliseconds