Searched defs:SequentialCursor (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DSequentialCursor.java36 public interface SequentialCursor<K,V> extends Closeable interface in inherits:Closeable
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java111 import org.opends.server.backends.pluggable.spi.SequentialCursor;
730 try (final SequentialCursor<ByteString, ByteString> cursor =
1530 try (final SequentialCursor<ByteString, ByteString> source =
2226 try (final SequentialCursor<ByteString, ByteString> sourceCursor = trackCursorProgress(reporter, source.flip()))
2253 try (final SequentialCursor<ByteString, ByteString> sourceCursor = trackCursorProgress(reporter, source.flip()))
2262 private static long copyIntoChunk(SequentialCursor<ByteString, ByteString> source, Chunk destination)
2314 final SequentialCursor<ByteString, ByteString> dn2idCursor =
2462 public SequentialCursor<ByteString, ByteString> openCursor(TreeName treeName)
3056 /** Extends {@link SequentialCursor} by providing metric related to cursor's progress. */
3057 interface MeteredCursor<K, V> extends SequentialCursor<
3317 asProgressCursor( SequentialCursor<ByteString, ByteString> delegate, String metricName, long totalSize) argument
[all...]

Completed in 72 milliseconds