Uses of Enum Class
org.opends.server.backends.pluggable.spi.ReadableTransaction.ReadOption
Package
Description
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of ReadableTransaction.ReadOption in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReadableTransaction.ReadOption[]
ReadableTransaction.ReadOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault Cursor<ByteString,
ByteString> ReadableTransaction.openCursor
(TreeName treeName, ReadableTransaction.ReadOption... options) Opens a non-positioned cursor on the tree whose name is provided.