Uses of Interface
org.opends.server.backends.pluggable.spi.Cursor
-
Packages that use Cursor Package Description org.opends.server.backends.pluggable.spi 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 Cursor Modifier and Type Class Description class
EmptyCursor<K,V>
Implementation of an emptyCursor
, for simulating no records to cursor on.Methods in org.opends.server.backends.pluggable.spi that return Cursor Modifier and Type Method Description Cursor<ByteString,ByteString>
ReadableTransaction. openCursor(TreeName treeName)
Opens a cursor on the tree whose name is provided.
-