Interface BatchUpdateOp

    • Method Detail

      • updateChange

        default boolean updateChange​(ChangeContext ctx)
                              throws Exception
        Override this method to modify a change.
        Parameters:
        ctx - context
        Returns:
        whether anything was changed that might require a write to the metadata storage.
        Throws:
        Exception