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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DBackupBackend.java90 private HashMap<File,CachedBackupDirectory> backupDirectories;
96 private class CachedBackupDirectory class in class:BackupBackend
115 public CachedBackupDirectory(File directory) method in class:BackupBackend.CachedBackupDirectory
205 backupDirectories.put(dir, new CachedBackupDirectory(dir));
973 backupDirectories.put(dir, new CachedBackupDirectory(dir));

Completed in 28 milliseconds