Searched defs:draftCN (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationDraftCNKey.java44 * @param draftCN The draft change number to use.
46 public ReplicationDraftCNKey(int draftCN) argument
50 String s = String.valueOf(draftCN);
H A DDraftCNDB.java83 * @param draftCN the provided draftCN.
86 * with this draftCN.
88 * with this draftCN.
90 * stored associated with this draftCN.
92 public void addEntry(int draftCN, String value, String domainBaseDN, argument
97 DatabaseEntry key = new ReplicationDraftCNKey(draftCN);
169 * @param draftCN The draftCN from which the cursor must start.
175 public DraftCNDBCursor openReadCursor(int draftCN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationDraftCNKey.java44 * @param draftCN The draft change number to use.
46 public ReplicationDraftCNKey(int draftCN) argument
50 String s = String.valueOf(draftCN);
H A DDraftCNDB.java83 * @param draftCN the provided draftCN.
86 * with this draftCN.
88 * with this draftCN.
90 * stored associated with this draftCN.
92 public void addEntry(int draftCN, String value, String domainBaseDN, argument
97 DatabaseEntry key = new ReplicationDraftCNKey(draftCN);
169 * @param draftCN The draftCN from which the cursor must start.
175 public DraftCNDBCursor openReadCursor(int draftCN) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationDraftCNKey.java44 * @param draftCN The draft change number to use.
46 public ReplicationDraftCNKey(int draftCN) argument
50 String s = String.valueOf(draftCN);
H A DDraftCNDB.java83 * @param draftCN the provided draftCN.
86 * with this draftCN.
88 * with this draftCN.
90 * stored associated with this draftCN.
92 public void addEntry(int draftCN, String value, String domainBaseDN, argument
97 DatabaseEntry key = new ReplicationDraftCNKey(draftCN);
169 * @param draftCN The draftCN from which the cursor must start.
175 public DraftCNDBCursor openReadCursor(int draftCN) argument
[all...]

Completed in 48 milliseconds