Package org.opends.server.backup
Interface BackupManager.CountedIterator<M>
-
- All Superinterfaces:
Iterator<M>
- All Known Implementing Classes:
BackupManager.FixedBackendIterator
- Enclosing class:
- BackupManager
public static interface BackupManager.CountedIterator<M> extends Iterator<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
count()
Return the number of iterations so far.int
total()
Return the total number of possible iterations, which could change over time.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-