Uses of Interface
dk.netarkivet.archive.checksum.ChecksumArchive

Packages that use ChecksumArchive
dk.netarkivet.archive.checksum   
dk.netarkivet.archive.checksum.distribute   
 

Uses of ChecksumArchive in dk.netarkivet.archive.checksum
 

Classes in dk.netarkivet.archive.checksum that implement ChecksumArchive
 class DatabaseChecksumArchive
          A ChecksumArchive persisted with a Berkeley DB JE Database.
 class FileChecksumArchive
          A checksum archive in the form of a file (as alternative to a database).
Each entry in the file is on its own line, thus the number of lines is the number of entries.
The entries on a line is in the format of a ChecksumJob:
'filename' + ## + 'checksum'
The lines are not sorted.
 

Uses of ChecksumArchive in dk.netarkivet.archive.checksum.distribute
 

Fields in dk.netarkivet.archive.checksum.distribute declared as ChecksumArchive
protected  ChecksumArchive ChecksumFileServer.cs
          The archive which contain the actual data.
 

Methods in dk.netarkivet.archive.checksum.distribute that return ChecksumArchive
static ChecksumArchive ChecksumArchiveFactory.getInstance()
          Method for retrieving the current ChecksumArchive instance defined in the settings.