ChecksumUpdater

public class ChecksumUpdater extends WriteTransaction implements Runnable, WriteTransactionInterface

Retrieves all file without a checksum, calculates one and stores it to the database (method ‘run’). This is meant for asynchronous checksum calculation.

Author:

tf

Methods

init

protected void init()

logHistory

public boolean logHistory()

postCheck

protected void postCheck()

postTransaction

protected void postTransaction()

preCheck

protected void preCheck()

run

public void run()

Retrieves all file without a checksum, calculates one and stores it to the database

start

public static void start()

transaction

protected void transaction()