org.opends.server.backends.jeb
Class IndexIteratorAllIds

java.lang.Object
  extended by org.opends.server.backends.jeb.IndexIteratorRange
      extended by org.opends.server.backends.jeb.IndexIteratorAllIds
All Implemented Interfaces:
java.util.Iterator<EntryID>

public class IndexIteratorAllIds
extends IndexIteratorRange

Implements an iterator over all the entry IDs in the backend. As currently implemented, will return every entry ID ever assigned, regardless of whether the entry still exists.


Constructor Summary
IndexIteratorAllIds(RootContainer rootContainer)
          Create a new iterator over all the entry IDs in the backend.
 
Method Summary
 
Methods inherited from class org.opends.server.backends.jeb.IndexIteratorRange
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexIteratorAllIds

public IndexIteratorAllIds(RootContainer rootContainer)
Create a new iterator over all the entry IDs in the backend.

Parameters:
rootContainer - The root container where IDs from this iterator will cover.