Searched refs:startDraftCN (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDbIterator.java54 * @param startDraftCN The draft CN after which the iterator
60 public DraftCNDbIterator(DraftCNDB db, int startDraftCN) argument
63 draftCNDbCursor = db.openReadCursor(startDraftCN);
H A DDraftCNDbHandler.java215 * @param startDraftCN The position where the iterator must start.
225 public DraftCNDbIterator generateIterator(int startDraftCN) argument
228 return new DraftCNDbIterator(db, startDraftCN);
H A DECLServerHandler.java561 * @param startDraftCN The provided draft first change number.
564 public void initializeCLSearchFromDraftCN(int startDraftCN) argument
575 if (startDraftCN <= 1)
600 // Request filter DOES contain a startDraftCN
602 // Read the draftCNDb to see whether it contains startDraftCN
603 crossDomainStartState = draftCNDb.getValue(startDraftCN);
607 // startDraftCN (from the request filter) is present in the draftCnDb
610 draftCNDb.generateIterator(startDraftCN);
614 // startDraftCN provided in the request IS NOT in the DraftCNDb
622 // If the startDraftCN provide
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDraftCNDbIterator.java54 * @param startDraftCN The draft CN after which the iterator
60 public DraftCNDbIterator(DraftCNDB db, int startDraftCN) argument
63 draftCNDbCursor = db.openReadCursor(startDraftCN);
H A DDraftCNDbHandler.java224 * @param startDraftCN The position where the iterator must start.
234 public DraftCNDbIterator generateIterator(int startDraftCN) argument
237 return new DraftCNDbIterator(db, startDraftCN);
H A DECLServerHandler.java561 * @param startDraftCN The provided draft first change number.
564 public void initializeCLSearchFromDraftCN(int startDraftCN) argument
575 if (startDraftCN <= 1)
600 // Request filter DOES contain a startDraftCN
602 // Read the draftCNDb to see whether it contains startDraftCN
603 crossDomainStartState = draftCNDb.getValue(startDraftCN);
607 // startDraftCN (from the request filter) is present in the draftCnDb
610 draftCNDb.generateIterator(startDraftCN);
614 // startDraftCN provided in the request IS NOT in the DraftCNDb
622 // If the startDraftCN provide
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDraftCNDbIterator.java54 * @param startDraftCN The draft CN after which the iterator
60 public DraftCNDbIterator(DraftCNDB db, int startDraftCN) argument
63 draftCNDbCursor = db.openReadCursor(startDraftCN);
H A DDraftCNDbHandler.java215 * @param startDraftCN The position where the iterator must start.
225 public DraftCNDbIterator generateIterator(int startDraftCN) argument
228 return new DraftCNDbIterator(db, startDraftCN);
H A DECLServerHandler.java561 * @param startDraftCN The provided draft first change number.
564 public void initializeCLSearchFromDraftCN(int startDraftCN) argument
575 if (startDraftCN <= 1)
600 // Request filter DOES contain a startDraftCN
602 // Read the draftCNDb to see whether it contains startDraftCN
603 crossDomainStartState = draftCNDb.getValue(startDraftCN);
607 // startDraftCN (from the request filter) is present in the draftCnDb
610 draftCNDb.generateIterator(startDraftCN);
614 // startDraftCN provided in the request IS NOT in the DraftCNDb
622 // If the startDraftCN provide
[all...]

Completed in 38 milliseconds