Uses of Class
dk.netarkivet.common.utils.batch.FileBatchJob

Packages that use FileBatchJob
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.distribute   
dk.netarkivet.archive.webinterface   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.utils.arc   
dk.netarkivet.common.utils.archive   
dk.netarkivet.common.utils.batch   
dk.netarkivet.common.utils.cdx   
dk.netarkivet.common.utils.warc   
dk.netarkivet.harvester.indexserver   
dk.netarkivet.viewerproxy.webinterface   
dk.netarkivet.wayback.batch   
 

Uses of FileBatchJob in dk.netarkivet.archive.arcrepository.distribute
 

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type FileBatchJob
 BatchStatus JMSArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String... args)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus JMSArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String batchId, java.lang.String... args)
          Runs a batch job on each file in the ArcRepository.
 

Uses of FileBatchJob in dk.netarkivet.archive.bitarchive
 

Methods in dk.netarkivet.archive.bitarchive with parameters of type FileBatchJob
 BatchStatus Bitarchive.batch(java.lang.String bitarchiveAppId, FileBatchJob job)
          Run a batch job on all ARC entries in the archive.
 

Uses of FileBatchJob in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute that return FileBatchJob
 FileBatchJob BatchMessage.getJob()
          Retrieves batch job.
 

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type FileBatchJob
 BatchMessage BitarchiveClient.sendBatchJob(ChannelID replyChannel, FileBatchJob job)
          Submit a batch job to the archive.
 

Constructors in dk.netarkivet.archive.bitarchive.distribute with parameters of type FileBatchJob
BatchMessage(ChannelID to, ChannelID replyTo, FileBatchJob job, java.lang.String replicaId, java.lang.String... arguments)
          Creates a BatchMessage object which can be used to initiate a batch job.
BatchMessage(ChannelID to, ChannelID replyTo, FileBatchJob job, java.lang.String replicaId, java.lang.String batchId, java.lang.String... arguments)
          Creates a BatchMessage object which can be used to initiate a batch job.
BatchMessage(ChannelID to, FileBatchJob job, java.lang.String replicaId)
          Creates a BatchMessage object which can be used to initiate a batch job.
 

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

Methods in dk.netarkivet.archive.checksum.distribute with parameters of type FileBatchJob
 BatchMessage ChecksumClient.sendBatchJob(ChannelID replyChannel, FileBatchJob job)
          Method for sending batch job messages to the replica.
 

Uses of FileBatchJob in dk.netarkivet.archive.distribute
 

Methods in dk.netarkivet.archive.distribute with parameters of type FileBatchJob
 BatchMessage ReplicaClient.sendBatchJob(ChannelID replyChannel, FileBatchJob job)
          Method for sending batch message and retrieving the results.
 

Uses of FileBatchJob in dk.netarkivet.archive.webinterface
 

Constructors in dk.netarkivet.archive.webinterface with parameters of type FileBatchJob
BatchExecuter(FileBatchJob job, java.lang.String pattern, Replica replica)
          The constructor.
 

Uses of FileBatchJob in dk.netarkivet.common.distribute.arcrepository
 

Methods in dk.netarkivet.common.distribute.arcrepository with parameters of type FileBatchJob
 BatchStatus PreservationArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String... args)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus ViewerArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String... args)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus ArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String... args)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus LocalArcRepositoryClient.batch(FileBatchJob job, java.lang.String replicaId, java.lang.String... args)
          Runs a batch job on each file in the ArcRepository.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.arc
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.arc
 class ARCBatchJob
          Abstract class defining a batch job to run on a set of ARC files.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.archive
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.archive
 class ArchiveBatchJob
          Abstract class defining a batch job to run on a set of ARC/WARC files.
 class ArchiveBatchJobBase
           
 

Uses of FileBatchJob in dk.netarkivet.common.utils.batch
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.batch
 class ChecksumJob
          Class responsible for checksumming a list of files.
 class DatedFileListJob
          Job which returns the names of all files in the archive modified after a specific date.
 class FileListJob
          A batch job which returns a list of all files in the bitarchive in which it runs.
 class FileRemover
          This class implements a batchjob that enables you to delete files from an archive.
 class LoadableFileBatchJob
          This implementation of FileBatchJob is a bridge to a class file given as a File object.
 class LoadableJarBatchJob
          This implementation of FileBatchJob is a bridge to a jar file given as a File object.
 

Fields in dk.netarkivet.common.utils.batch declared as FileBatchJob
(package private)  FileBatchJob LoadableFileBatchJob.loadedJob
          The job loaded from file.
(package private)  FileBatchJob LoadableJarBatchJob.loadedJob
          The FileBatchJob that this LoadableJarBatchJob is a wrapper for.
 

Methods in dk.netarkivet.common.utils.batch with parameters of type FileBatchJob
 void BatchLocalFiles.run(FileBatchJob job, java.io.OutputStream os)
          Run the given job on the files associated with this object.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.cdx
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.cdx
 class ArchiveExtractCDXJob
          Batch job that extracts information to create a CDX file.
 class ExtractCDXJob
          Batch job that extracts information to create a CDX file.
 class GetCDXRecordsBatchJob
          Job to get cdx records out of metadata files.
 class WARCExtractCDXJob
          Batch job that extracts information to create a CDX file.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.warc
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.warc
 class WARCBatchJob
          Abstract class defining a batch job to run on a set of WARC files.
 

Uses of FileBatchJob in dk.netarkivet.harvester.indexserver
 

Subclasses of FileBatchJob in dk.netarkivet.harvester.indexserver
 class GetMetadataArchiveBatchJob
          A batch job that extracts metadata.
 

Uses of FileBatchJob in dk.netarkivet.viewerproxy.webinterface
 

Subclasses of FileBatchJob in dk.netarkivet.viewerproxy.webinterface
 class CrawlLogLinesMatchingRegexp
          Batchjob that extracts lines from a crawl log matching a regular expression The batch job should be restricted to run on metadata files for a specific job only, using the processOnlyFilesMatching(String) construct.
 class HarvestedUrlsForDomainBatchJob
          Batchjob that extracts lines referring to a specific domain from a crawl log.
 

Uses of FileBatchJob in dk.netarkivet.wayback.batch
 

Subclasses of FileBatchJob in dk.netarkivet.wayback.batch
 class DeduplicationCDXExtractionBatchJob
          This batch batch job takes deduplication records from a crawl log in a metadata arcfile and converts them to cdx records for use in wayback.
 class WaybackCDXExtractionARCBatchJob
          Returns a cdx file using the appropriate format for wayback, including canonicalisation of urls.
 class WaybackCDXExtractionWARCBatchJob
          Returns a cdx file using the appropriate format for wayback, including canonicalisation of urls.