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

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBCursor.java35 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
65 private final RepositionableCursor<CSN, UpdateMsg> cursor;
88 final RepositionableCursor<CSN, UpdateMsg> cursor,
87 FileReplicaDBCursor( final RepositionableCursor<CSN, UpdateMsg> cursor, final CSN startCSN, final PositionStrategy positionStrategy) argument
H A DLog.java436 public RepositionableCursor<K, V> getCursor() throws ChangelogException
473 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException
494 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy,
940 static interface RepositionableCursor<K extends Comparable<K>, V> extends DBCursor<Record<K, V>> interface in class:Log
970 private static class LogCursor<K extends Comparable<K>, V> implements RepositionableCursor<K, V>
1122 static final class EmptyLogCursor<K extends Comparable<K>, V> implements RepositionableCursor<K,V>
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBCursor.java35 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
65 private final RepositionableCursor<CSN, UpdateMsg> cursor;
88 final RepositionableCursor<CSN, UpdateMsg> cursor,
87 FileReplicaDBCursor( final RepositionableCursor<CSN, UpdateMsg> cursor, final CSN startCSN, final PositionStrategy positionStrategy) argument
H A DLog.java436 public RepositionableCursor<K, V> getCursor() throws ChangelogException
473 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException
494 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy,
940 static interface RepositionableCursor<K extends Comparable<K>, V> extends DBCursor<Record<K, V>> interface in class:Log
970 private static class LogCursor<K extends Comparable<K>, V> implements RepositionableCursor<K, V>
1122 static final class EmptyLogCursor<K extends Comparable<K>, V> implements RepositionableCursor<K,V>
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBCursor.java35 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
65 private final RepositionableCursor<CSN, UpdateMsg> cursor;
88 final RepositionableCursor<CSN, UpdateMsg> cursor,
87 FileReplicaDBCursor( final RepositionableCursor<CSN, UpdateMsg> cursor, final CSN startCSN, final PositionStrategy positionStrategy) argument
H A DLog.java254 static <K extends Comparable<K>, V> RepositionableCursor<K, V> getEmptyCursor() {
557 public RepositionableCursor<K, V> getCursor() throws ChangelogException
594 public RepositionableCursor<K, V> getCursor(final K key) throws ChangelogException
615 public RepositionableCursor<K, V> getCursor(final K key, final KeyMatchingStrategy matchingStrategy,
1200 static interface RepositionableCursor<K extends Comparable<K>, V> extends DBCursor<Record<K, V>> interface in class:Log
1227 private static abstract class LogCursor<K extends Comparable<K>, V> implements RepositionableCursor<K, V>
1388 private static final class EmptyCursor<K extends Comparable<K>, V> implements RepositionableCursor<K, V>

Completed in 37 milliseconds