Uses of Interface
org.opends.server.backends.pluggable.spi.UpdateFunction
-
Packages that use UpdateFunction Package Description org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend. -
-
Uses of UpdateFunction in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type UpdateFunction Modifier and Type Method Description default booleanWriteableTransaction. update(TreeName treeName, ByteSequence key, UpdateFunction f)Atomically adds, deletes, or replaces a record with the provided key according to the new value computed by the update function.
-