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

/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java1356 public ChangelogDB getChangelogDB() method in class:ReplicationServer
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java1356 public ChangelogDB getChangelogDB() method in class:ReplicationServer
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServer.java1317 public ChangelogDB getChangelogDB() method in class:ReplicationServer
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DChangelogBackend.java271 private ChangelogDB getChangelogDB() method in class:ChangelogBackend
273 return replicationServer.getChangelogDB();
394 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
1006 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
1118 final ServerState state = getChangelogDB().getReplicationDomainDB().getDomainNewestCSNs(baseDN);
1222 getChangelogDB().getReplicationDomainDB().getCursorFrom(cookie,
1243 getChangelogDB().getReplicationDomainDB().getCursorFrom(state, GREATER_THAN_OR_EQUAL_TO_KEY, ON_MATCHING_KEY);
1294 final ChangeNumberIndexDB cnIndexDB = getChangelogDB().getChangeNumberIndexDB();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DChangelogBackend.java271 private ChangelogDB getChangelogDB() method in class:ChangelogBackend
273 return replicationServer.getChangelogDB();
394 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
1006 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
1118 final ServerState state = getChangelogDB().getReplicationDomainDB().getDomainNewestCSNs(baseDN);
1222 getChangelogDB().getReplicationDomainDB().getCursorFrom(cookie,
1243 getChangelogDB().getReplicationDomainDB().getCursorFrom(state, GREATER_THAN_OR_EQUAL_TO_KEY, ON_MATCHING_KEY);
1294 final ChangeNumberIndexDB cnIndexDB = getChangelogDB().getChangeNumberIndexDB();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DChangelogBackend.java257 private ChangelogDB getChangelogDB() method in class:ChangelogBackend
259 return replicationServer.getChangelogDB();
354 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
829 final ReplicationDomainDB replicationDomainDB = getChangelogDB().getReplicationDomainDB();
950 final ServerState state = getChangelogDB().getReplicationDomainDB().getDomainNewestCSNs(baseDN);
1049 MultiDomainDBCursor cursor = getChangelogDB().getReplicationDomainDB().getCursorFrom(unused, options);
1100 getChangelogDB().getReplicationDomainDB().getCursorFrom(state, options);
1149 final ChangeNumberIndexDB cnIndexDB = getChangelogDB().getChangeNumberIndexDB();

Completed in 51 milliseconds