Uses of Interface
org.opends.server.backends.pluggable.spi.Cursor
Packages that use Cursor
Package
Description
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of Cursor in org.opends.server.backends.pluggable.spi
Classes in org.opends.server.backends.pluggable.spi that implement CursorModifier and TypeClassDescriptionfinal classEmptyCursor<K,V> Implementation of an emptyCursor, for simulating no records to cursor on.Methods in org.opends.server.backends.pluggable.spi that return CursorModifier and TypeMethodDescriptiondefault Cursor<ByteString,ByteString> ReadableTransaction.openCursor(TreeName treeName) Opens a non-positioned cursor on the tree whose name is provided.default Cursor<ByteString,ByteString> ReadableTransaction.openCursor(TreeName treeName, Set<Storage.ReadHint> hints) Opens a non-positioned cursor on the tree whose name is provided.