Searched defs:addCursor (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursor.java109 addCursor(cursorToAdvance.getKey(), cursorToAdvance.getValue());
126 addCursor(entry.getKey(), entry.getValue());
168 protected void addCursor(final DBCursor<UpdateMsg> cursor, final T data) throws ChangelogException method in class:CompositeDBCursor
197 * {@link #addCursor(DBCursor, Object)} to do so.
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DCompositeDBCursor.java109 addCursor(cursorToAdvance.getKey(), cursorToAdvance.getValue());
126 addCursor(entry.getKey(), entry.getValue());
168 protected void addCursor(final DBCursor<UpdateMsg> cursor, final T data) throws ChangelogException method in class:CompositeDBCursor
197 * {@link #addCursor(DBCursor, Object)} to do so.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DCompositeDBCursor.java118 addCursor(cursorToAdvance.getKey(), cursorToAdvance.getValue());
134 addCursor(entry.getKey(), entry.getValue());
176 protected void addCursor(final DBCursor<UpdateMsg> cursor, final T data) throws ChangelogException method in class:CompositeDBCursor
205 * {@link #addCursor(DBCursor, Object)} to do so.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java2667 synchronized void addCursor(MeteredCursor<?, ?> cursor) method in class:OnDiskMergeImporter.PhaseTwoProgressReporter
3070 reporter.addCursor(cursor);

Completed in 33 milliseconds