Uses of Interface
org.opends.server.backup.BackupManager.CountedIterator
-
Packages that use BackupManager.CountedIterator Package Description org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore. -
-
Uses of BackupManager.CountedIterator in org.opends.server.backends
Methods in org.opends.server.backends that return BackupManager.CountedIterator Modifier and Type Method Description BackupManager.CountedIterator<BackendFile>
LDIFBackend. getBackendFiles()
-
Uses of BackupManager.CountedIterator in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that return BackupManager.CountedIterator Modifier and Type Method Description BackupManager.CountedIterator<BackendFile>
JEBackend. getBackendFiles()
BackupManager.CountedIterator<BackendFile>
JEStorage. getBackendFiles()
Returns an iterator that goes over all the log files, including files created after this method is called. -
Uses of BackupManager.CountedIterator in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return BackupManager.CountedIterator Modifier and Type Method Description BackupManager.CountedIterator<BackendFile>
TaskBackend. getBackendFiles()
-
Uses of BackupManager.CountedIterator in org.opends.server.backup
Classes in org.opends.server.backup that implement BackupManager.CountedIterator Modifier and Type Class Description static class
BackupManager.FixedBackendIterator<E>
Counted iterator returning elements from a list.Methods in org.opends.server.backup that return BackupManager.CountedIterator Modifier and Type Method Description BackupManager.CountedIterator<BackendFile>
Backupable. getBackendFiles()
Returns an iterator that goes over all the backend files.
-