Searched defs:DraftCNDBCursor (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DDraftCNDB.java154 public DraftCNDBCursor openReadCursor(long changeNumber)
157 return new DraftCNDBCursor(changeNumber);
168 public DraftCNDBCursor openDeleteCursor() throws ChangelogException
170 return new DraftCNDBCursor();
313 public class DraftCNDBCursor implements Closeable class in class:DraftCNDB
337 private DraftCNDBCursor(long startChangeNumber) throws ChangelogException method in class:DraftCNDB.DraftCNDBCursor
411 private DraftCNDBCursor() throws ChangelogException method in class:DraftCNDB.DraftCNDBCursor
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DDraftCNDB.java154 public DraftCNDBCursor openReadCursor(long changeNumber)
157 return new DraftCNDBCursor(changeNumber);
168 public DraftCNDBCursor openDeleteCursor() throws ChangelogException
170 return new DraftCNDBCursor();
313 public class DraftCNDBCursor implements Closeable class in class:DraftCNDB
337 private DraftCNDBCursor(long startChangeNumber) throws ChangelogException method in class:DraftCNDB.DraftCNDBCursor
411 private DraftCNDBCursor() throws ChangelogException method in class:DraftCNDB.DraftCNDBCursor
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java175 public DraftCNDBCursor openReadCursor(int draftCN)
178 return new DraftCNDBCursor(draftCN);
191 public DraftCNDBCursor openDeleteCursor()
194 return new DraftCNDBCursor();
344 public class DraftCNDBCursor class in class:DraftCNDB
367 private DraftCNDBCursor(int startingDraftCN) throws Exception method in class:DraftCNDB.DraftCNDBCursor
440 private DraftCNDBCursor() throws Exception method in class:DraftCNDB.DraftCNDBCursor
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java175 public DraftCNDBCursor openReadCursor(int draftCN)
178 return new DraftCNDBCursor(draftCN);
191 public DraftCNDBCursor openDeleteCursor()
194 return new DraftCNDBCursor();
344 public class DraftCNDBCursor class in class:DraftCNDB
367 private DraftCNDBCursor(int startingDraftCN) throws Exception method in class:DraftCNDB.DraftCNDBCursor
440 private DraftCNDBCursor() throws Exception method in class:DraftCNDB.DraftCNDBCursor
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDraftCNDB.java175 public DraftCNDBCursor openReadCursor(int draftCN)
178 return new DraftCNDBCursor(draftCN);
191 public DraftCNDBCursor openDeleteCursor()
194 return new DraftCNDBCursor();
344 public class DraftCNDBCursor class in class:DraftCNDB
367 private DraftCNDBCursor(int startingDraftCN) throws Exception method in class:DraftCNDB.DraftCNDBCursor
440 private DraftCNDBCursor() throws Exception method in class:DraftCNDB.DraftCNDBCursor

Completed in 32 milliseconds