|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.IndexIteratorRange
org.opends.server.backends.jeb.IndexIteratorAllIds
public class IndexIteratorAllIds
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 |
---|
public IndexIteratorAllIds(RootContainer rootContainer)
rootContainer
- The root container where IDs from this
iterator will cover.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |