Uses of Interface
org.opends.server.backends.pluggable.spi.SequentialCursor
-
Packages that use SequentialCursor Package Description org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend. -
-
Uses of SequentialCursor in org.opends.server.backends.pluggable.spi
Subinterfaces of SequentialCursor in org.opends.server.backends.pluggable.spi Modifier and Type Interface Description interface
Cursor<K,V>
Sequential cursor extended with navigation methods.Classes in org.opends.server.backends.pluggable.spi that implement SequentialCursor 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 SequentialCursor Modifier and Type Method Description SequentialCursor<ByteString,ByteString>
Importer. openCursor(TreeName treeName)
Opens a cursor on the tree whose name is provided.
-