Class FileReftableDatabase.FileReftableBatchRefUpdate

    • Method Detail

      • applyUpdates

        protected void applyUpdates​(java.util.List<Ref> newRefs,
                                    java.util.List<ReceiveCommand> pending)
                             throws java.io.IOException
        Description copied from class: ReftableBatchRefUpdate
        Implements the storage-specific part of the update.
        Specified by:
        applyUpdates in class ReftableBatchRefUpdate
        Parameters:
        newRefs - the new refs to create
        pending - the pending receive commands to be executed
        Throws:
        java.io.IOException - if any of the writes fail.