Searched refs:getCursor (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DLogTest.java100 DBCursor<Record<String, String>> cursor = log.getCursor())
110 DBCursor<Record<String, String>> cursor = log.getCursor("key005"))
121 DBCursor<Record<String, String>> cursor = log.getCursor("key005000"))
133 DBCursor<Record<String, String>> cursor = log.getCursor(null))
205 DBCursor<Record<String, String>> cursor = log.getCursor(key, matchingStrategy, positionStrategy))
222 DBCursor<Record<String, String>> cursor = log.getCursor(null, null, null))
235 log.getCursor("key");
306 DBCursor<Record<String, String>> cursor = log.getCursor())
326 DBCursor<Record<String, String>> cursor1 = log.getCursor();
327 DBCursor<Record<String, String>> cursor2 = log.getCursor();
[all...]
H A DLogFileTest.java103 DBCursor<Record<String, String>> cursor = changelog.getCursor())
185 LogFileCursor<String, String> cursor = changelog.getCursor())
257 try (DBCursor<Record<String, String>> cursor = logFile.getCursor())
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DLogTest.java93 cursor = log.getCursor();
108 cursor = log.getCursor("key005");
124 cursor = log.getCursor("key005000");
141 cursor = log.getCursor(null);
218 cursor = log.getCursor(key, matchingStrategy, positionStrategy);
240 cursor = log.getCursor(null, null, null);
256 log.getCursor("key");
346 cursor = writeLog1.getCursor("key020");
391 cursor = log.getCursor();
418 cursor1 = log.getCursor();
[all...]
H A DLogFileTest.java113 cursor = changelog.getCursor();
200 cursor = changelog.getCursor();
286 cursor = logFile.getCursor();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DLogTest.java93 cursor = log.getCursor();
108 cursor = log.getCursor("key005");
124 cursor = log.getCursor("key005000");
141 cursor = log.getCursor(null);
218 cursor = log.getCursor(key, matchingStrategy, positionStrategy);
240 cursor = log.getCursor(null, null, null);
256 log.getCursor("key");
346 cursor = writeLog1.getCursor("key020");
391 cursor = log.getCursor();
418 cursor1 = log.getCursor();
[all...]
H A DLogFileTest.java113 cursor = changelog.getCursor();
200 cursor = changelog.getCursor();
286 cursor = logFile.getCursor();
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFile.java263 DBCursor<Record<K, V>> cursor = getCursor();
321 LogFileCursor<K, V> getCursor() throws ChangelogException method in class:LogFile
355 cursor = getCursor();
377 cursor = getCursor();
404 cursor = getCursor();
H A DLog.java94 * DBCursor<K, V> cursor = log.getCursor(someKey);
436 public RepositionableCursor<K, V> getCursor() throws ChangelogException method in class:Log
473 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException method in class:Log
475 return getCursor(key, EQUAL_TO_KEY, ON_MATCHING_KEY);
494 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy, method in class:Log
499 return getCursor();
1108 currentCursor = currentLogFile.getCursor();
H A DFileChangeNumberIndexDB.java202 return new FileChangeNumberIndexDBCursor(log.getCursor(startChangeNumber));
H A DFileReplicaDB.java223 RepositionableCursor<CSN, UpdateMsg> cursor = log.getCursor(startCSN, matchingStrategy, positionStrategy);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFile.java263 DBCursor<Record<K, V>> cursor = getCursor();
321 LogFileCursor<K, V> getCursor() throws ChangelogException method in class:LogFile
355 cursor = getCursor();
377 cursor = getCursor();
404 cursor = getCursor();
H A DLog.java94 * DBCursor<K, V> cursor = log.getCursor(someKey);
436 public RepositionableCursor<K, V> getCursor() throws ChangelogException method in class:Log
473 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException method in class:Log
475 return getCursor(key, EQUAL_TO_KEY, ON_MATCHING_KEY);
494 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy, method in class:Log
499 return getCursor();
1108 currentCursor = currentLogFile.getCursor();
H A DFileChangeNumberIndexDB.java202 return new FileChangeNumberIndexDBCursor(log.getCursor(startChangeNumber));
H A DFileReplicaDB.java223 RepositionableCursor<CSN, UpdateMsg> cursor = log.getCursor(startCSN, matchingStrategy, positionStrategy);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLogFile.java275 final DBCursor<Record<K, V>> cursor = getCursor())
332 LogFileCursor<K, V> getCursor() throws ChangelogException method in class:LogFile
363 try (final DBCursor<Record<K, V>> cursor = getCursor())
410 try (final DBCursor<Record<K, V>> cursor = getCursor())
H A DLog.java91 * DBCursor<K, V> cursor = log.getCursor(someKey);
557 public RepositionableCursor<K, V> getCursor() throws ChangelogException method in class:Log
594 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException method in class:Log
596 return getCursor(key, EQUAL_TO_KEY, ON_MATCHING_KEY);
615 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy, method in class:Log
620 return getCursor();
1372 currentCursor = currentLogFile.getCursor();
H A DFileChangeNumberIndexDB.java256 return new FileChangeNumberIndexDBCursor(log.getCursor(startChangeNumber));
H A DFileReplicaDB.java223 RepositionableCursor<CSN, UpdateMsg> cursor = log.getCursor(startCSN, matchingStrategy, positionStrategy);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...

Completed in 80 milliseconds

12