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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java1011 try (final MeteredCursor<ByteString, ByteString> unusued = source.flip())
1369 * @return a {@link MeteredCursor} to access the data
1371 MeteredCursor<ByteString, ByteString> flip();
1397 /** Name reported by the {@link MeteredCursor} after {@link #flip()}. */
1409 private final CompletionService<MeteredCursor<ByteString, ByteString>> sorter;
1472 public MeteredCursor<ByteString, ByteString> flip()
1519 sorter.submit(new Callable<MeteredCursor<ByteString, ByteString>>()
1522 public MeteredCursor<ByteString, ByteString> call() throws Exception
1627 public MeteredCursor<ByteString, ByteString> flip()
1687 private final class InMemorySortedChunkCursor implements MeteredCursor<ByteStrin
3057 interface MeteredCursor<K, V> extends SequentialCursor<K, V> interface in class:OnDiskMergeImporter
3067 trackCursorProgress(final PhaseTwoProgressReporter reporter, final MeteredCursor<K, V> cursor) argument
[all...]

Completed in 30 milliseconds