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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DCursor.java35 public interface Cursor<K,V> extends SequentialCursor<K, V> interface in inherits:SequentialCursor
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DTracedStorage.java36 import org.opends.server.backends.pluggable.spi.Cursor;
62 * Decorates {@link Cursor} with trace logging. Navigational methods will perform enter/leave logging in order to
65 private class TracedCursor implements Cursor<ByteString, ByteString>
67 private final Cursor<ByteString, ByteString> cursor;
69 private TracedCursor(final Cursor<ByteString, ByteString> cursor) argument
76 trace("Cursor", id(), method + "#enter", args);
81 trace("Cursor", id(), method + "#leave", args);
292 public Cursor<ByteString, ByteString> openCursor(final TreeName name)
295 final Cursor<ByteString, ByteString> cursor = txn.openCursor(name);
370 public Cursor<ByteStrin
[all...]
H A DVLVIndex.java56 import org.opends.server.backends.pluggable.spi.Cursor;
509 try (Cursor<ByteString, ByteString> cursor = txn.openCursor(getName()))
536 try (Cursor<ByteString, ByteString> cursor = txn.openCursor(getName()))
682 try (Cursor<ByteString, ByteString> cursor = txn.openCursor(getName()))
698 private long[] readRange(final Cursor<ByteString, ByteString> cursor, final int count, argument
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 78 milliseconds