Uses of Interface
org.opends.server.backends.pluggable.spi.UpdateFunction
Package
Description
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of UpdateFunction in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptiondefault boolean
WriteableTransaction.update
(TreeName treeName, ByteString key, UpdateFunction f) Atomically adds, deletes, or replaces a record with the provided key according to the new value computed by the update function.