RetrieveAllUncheckedFilesImpl

public interface RetrieveAllUncheckedFilesImpl extends BackendTransactionImpl

Retrieve an iterator which iterates over all File entities which need to be consistency-checked.

Author:

Timm Fitschen (t.fitschen@indiscale.com)

Methods

execute

public Iterator<SparseEntity> execute(long ts, String directory)

Return an iterator over all (non-directory) file entities which have not been consistency-checked since the (unix) timestamp ts and which are located below the directory directory.

Parameters:
  • ts

  • directory

Throws: