Searched defs:fromCSN (Results 1 - 3 of 3) sorted by relevance
| /forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
| H A D | LDAPReplicationDomain.java | 4255 * Search for the changes that happened since fromCSN based on the historical 4257 * the serverId provided in fromCSN. 4261 * @param fromCSN 4272 CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) 4278 final Integer serverId = fromCSN.getServerId(); 4288 "(&(" + HISTORICAL_ATTRIBUTE_NAME + ">=dummy:" + fromCSN + ")" + 4301 * Search for the changes that happened since fromCSN based on the historical 4303 * the serverId provided in fromCSN. 4307 * @param fromCSN 4316 CSN fromCSN, InternalSearchListene 4271 searchForChangedEntries(DN baseDN, CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) argument 4315 searchForChangedEntries(DN baseDN, CSN fromCSN, InternalSearchListener resultListener) argument [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/ |
| H A D | LDAPReplicationDomain.java | 4255 * Search for the changes that happened since fromCSN based on the historical 4257 * the serverId provided in fromCSN. 4261 * @param fromCSN 4272 CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) 4278 final Integer serverId = fromCSN.getServerId(); 4288 "(&(" + HISTORICAL_ATTRIBUTE_NAME + ">=dummy:" + fromCSN + ")" + 4301 * Search for the changes that happened since fromCSN based on the historical 4303 * the serverId provided in fromCSN. 4307 * @param fromCSN 4316 CSN fromCSN, InternalSearchListene 4271 searchForChangedEntries(DN baseDN, CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) argument 4315 searchForChangedEntries(DN baseDN, CSN fromCSN, InternalSearchListener resultListener) argument [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ |
| H A D | LDAPReplicationDomain.java | 4141 * Search for the changes that happened since fromCSN based on the historical 4143 * the serverId provided in fromCSN. 4147 * @param fromCSN 4158 CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) 4164 final Integer serverId = fromCSN.getServerId(); 4174 "(&(" + HISTORICAL_ATTRIBUTE_NAME + ">=dummy:" + fromCSN + ")" + 4182 * Search for the changes that happened since fromCSN based on the historical 4184 * the serverId provided in fromCSN. 4188 * @param fromCSN 4197 CSN fromCSN, InternalSearchListene 4157 searchForChangedEntries(DN baseDN, CSN fromCSN, CSN lastCSN, InternalSearchListener resultListener) argument 4196 searchForChangedEntries(DN baseDN, CSN fromCSN, InternalSearchListener resultListener) argument [all...] |
Completed in 47 milliseconds