Searched defs:SequentialCursorDecorator (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.java3071 return new SequentialCursorDecorator<MeteredCursor<K, V>, K, V>(cursor)
3325 SequentialCursorDecorator<SequentialCursor<ByteString, ByteString>, ByteString, ByteString>implements
3377 static abstract class SequentialCursorDecorator<D extends SequentialCursor<K, V>, K, V> implements class in class:OnDiskMergeImporter
3382 SequentialCursorDecorator(D delegate) method in class:OnDiskMergeImporter.SequentialCursorDecorator

Completed in 42 milliseconds