Searched defs:getCursorFrom (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/api/
H A DChangeNumberIndexDB.java98 DBCursor<ChangeNumberIndexRecord> getCursorFrom(long startChangeNumber) method in interface:ChangeNumberIndexDB
H A DReplicationDomainDB.java115 * @see #getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
117 public MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
142 * @see #getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
144 public MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
170 * @see #getCursorFrom(DN, int, CSN, KeyMatchingStrategy, PositionStrategy)
172 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, ServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
199 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, int serverId, CSN startCSN, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/api/
H A DChangeNumberIndexDB.java98 DBCursor<ChangeNumberIndexRecord> getCursorFrom(long startChangeNumber) method in interface:ChangeNumberIndexDB
H A DReplicationDomainDB.java115 * @see #getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
117 public MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
142 * @see #getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
144 public MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
170 * @see #getCursorFrom(DN, int, CSN, KeyMatchingStrategy, PositionStrategy)
172 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, ServerState startState, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
199 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, int serverId, CSN startCSN, KeyMatchingStrategy matchingStrategy, method in interface:ReplicationDomainDB
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/
H A DChangeNumberIndexDB.java100 DBCursor<ChangeNumberIndexRecord> getCursorFrom(long startChangeNumber) method in interface:ChangeNumberIndexDB
H A DReplicationDomainDB.java111 * @see #getCursorFrom(DN, ServerState, CursorOptions)
113 MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, CursorOptions options) throws ChangelogException; method in interface:ReplicationDomainDB
134 * @see #getCursorFrom(DN, ServerState, CursorOptions)
136 MultiDomainDBCursor getCursorFrom(MultiDomainServerState startState, CursorOptions options, Set<DN> excludedDomainDns) method in interface:ReplicationDomainDB
159 * @see #getCursorFrom(DN, int, CSN, CursorOptions)
161 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, ServerState startState, CursorOptions options) throws ChangelogException; method in interface:ReplicationDomainDB
184 DBCursor<UpdateMsg> getCursorFrom(DN baseDN, int serverId, CSN startCSN, CursorOptions options) method in interface:ReplicationDomainDB
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java200 public DBCursor<ChangeNumberIndexRecord> getCursorFrom(final long startChangeNumber) throws ChangelogException method in class:FileChangeNumberIndexDB
H A DFileChangelogDB.java671 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:FileChangelogDB
675 return getCursorFrom(startState, matchingStrategy, positionStrategy, excludedDomainDns);
680 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:FileChangelogDB
698 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final ServerState startState, method in class:FileChangelogDB
734 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, method in class:FileChangelogDB
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangeNumberIndexDB.java186 public DBCursor<ChangeNumberIndexRecord> getCursorFrom(long startChangeNumber) method in class:JEChangeNumberIndexDB
H A DJEChangelogDB.java714 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:JEChangelogDB
718 return getCursorFrom(startState, matchingStrategy, positionStrategy, excludedDomainDns);
723 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:JEChangelogDB
741 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final ServerState startState, method in class:JEChangelogDB
777 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, method in class:JEChangelogDB
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java200 public DBCursor<ChangeNumberIndexRecord> getCursorFrom(final long startChangeNumber) throws ChangelogException method in class:FileChangeNumberIndexDB
H A DFileChangelogDB.java671 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:FileChangelogDB
675 return getCursorFrom(startState, matchingStrategy, positionStrategy, excludedDomainDns);
680 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:FileChangelogDB
698 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final ServerState startState, method in class:FileChangelogDB
734 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, method in class:FileChangelogDB
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangeNumberIndexDB.java186 public DBCursor<ChangeNumberIndexRecord> getCursorFrom(long startChangeNumber) method in class:JEChangeNumberIndexDB
H A DJEChangelogDB.java714 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:JEChangelogDB
718 return getCursorFrom(startState, matchingStrategy, positionStrategy, excludedDomainDns);
723 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:JEChangelogDB
741 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final ServerState startState, method in class:JEChangelogDB
777 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, method in class:JEChangelogDB
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java254 public DBCursor<ChangeNumberIndexRecord> getCursorFrom(final long startChangeNumber) throws ChangelogException method in class:FileChangeNumberIndexDB
H A DFileChangelogDB.java688 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, CursorOptions options) method in class:FileChangelogDB
692 return getCursorFrom(startState, options, excludedDomainDns);
696 public MultiDomainDBCursor getCursorFrom(final MultiDomainServerState startState, method in class:FileChangelogDB
712 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final ServerState startState, CursorOptions options) method in class:FileChangelogDB
746 public DBCursor<UpdateMsg> getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, method in class:FileChangelogDB
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1315 * @see ReplicationDomainDB#getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
1317 public DBCursor<UpdateMsg> getCursorFrom(ServerState startAfterServerState) method in class:ReplicationServerDomain
1320 return domainDB.getCursorFrom(baseDN, startAfterServerState, GREATER_THAN_OR_EQUAL_TO_KEY, AFTER_MATCHING_KEY);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1315 * @see ReplicationDomainDB#getCursorFrom(DN, ServerState, KeyMatchingStrategy, PositionStrategy)
1317 public DBCursor<UpdateMsg> getCursorFrom(ServerState startAfterServerState) method in class:ReplicationServerDomain
1320 return domainDB.getCursorFrom(baseDN, startAfterServerState, GREATER_THAN_OR_EQUAL_TO_KEY, AFTER_MATCHING_KEY);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerDomain.java1274 * @see ReplicationDomainDB#getCursorFrom(DN, ServerState, CursorOptions)
1276 public DBCursor<UpdateMsg> getCursorFrom(ServerState startAfterServerState) method in class:ReplicationServerDomain
1280 return domainDB.getCursorFrom(baseDN, startAfterServerState, options);

Completed in 98 milliseconds