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