|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ArgumentNotValid in dk.netarkivet.archive.arcrepository |
---|
Methods in dk.netarkivet.archive.arcrepository that throw ArgumentNotValid | |
---|---|
ReplicaClient |
ArcRepository.getReplicaClientFromReplicaId(java.lang.String replicaId)
Returns a replica client based on a replica id. |
void |
ArcRepository.store(RemoteFile rf,
StoreMessage replyInfo)
Stores a file in all known replicas. |
Uses of ArgumentNotValid in dk.netarkivet.archive.arcrepository.distribute |
---|
Methods in dk.netarkivet.archive.arcrepository.distribute that throw ArgumentNotValid | |
---|---|
BitarchiveRecord |
JMSArcRepositoryClient.get(java.lang.String arcfile,
long index)
Sends a GetMessage on the "TheArcrepos" queue and waits for a reply. |
void |
JMSArcRepositoryClient.store(java.io.File file)
Sends a StoreMessage via the synchronized JMS connection method sendAndWaitForOneReply(). |
Uses of ArgumentNotValid in dk.netarkivet.archive.bitarchive |
---|
Methods in dk.netarkivet.archive.bitarchive that throw ArgumentNotValid | |
---|---|
BitarchiveRecord |
Bitarchive.get(java.lang.String arcfile,
long index)
Get an ARC record out of the archive. |
java.io.File |
Bitarchive.getFile(java.lang.String arcFileID)
Get a file for a given arcFileID. |
java.io.File |
BitarchiveAdmin.getTemporaryPath(java.lang.String arcFileName,
long requestedSize)
Returns a temporary place for the the file to be stored. |
void |
Bitarchive.upload(RemoteFile arcfile,
java.lang.String fileName)
Upload an ARC file to this archive. |
Uses of ArgumentNotValid in dk.netarkivet.archive.bitarchive.distribute |
---|
Methods in dk.netarkivet.archive.bitarchive.distribute that throw ArgumentNotValid | |
---|---|
BatchMessage |
BitarchiveClient.batch(BatchMessage bMsg)
Submit an already constructed get message to the archive. |
BatchMessage |
BitarchiveClient.batch(ChannelID replyChannel,
FileBatchJob job)
Submit a batch job to the archive. |
Constructors in dk.netarkivet.archive.bitarchive.distribute that throw ArgumentNotValid | |
---|---|
BatchReplyMessage(ChannelID to,
ChannelID replyTo,
java.lang.String originatingBatchMsgId,
int filesProcessed,
java.util.Collection<java.io.File> filesFailed,
RemoteFile resultFile)
Message to signal from BitarchiveMonitorServer that the batch job identified by originatingBatchMsgId is completed. |
|
HeartBeatSender(ChannelID in_receiver,
BitarchiveServer in_baServer)
Constructs a HearBeatSender that sends heartbeats. |
Uses of ArgumentNotValid in dk.netarkivet.archive.checksum |
---|
Methods in dk.netarkivet.archive.checksum that throw ArgumentNotValid | |
---|---|
java.lang.String |
FileChecksumArchive.getChecksum(java.lang.String filename)
Method for retrieving the checksum of a record, based on the filename. |
boolean |
FileChecksumArchive.removeRecord(java.lang.String filename,
java.lang.String checksum)
Method for removing a record. |
void |
FileChecksumArchive.upload(RemoteFile arcfile,
java.lang.String filename)
The method for uploading an arcFile to the archive. |
Uses of ArgumentNotValid in dk.netarkivet.archive.checksum.distribute |
---|
Methods in dk.netarkivet.archive.checksum.distribute that throw ArgumentNotValid | |
---|---|
void |
GetChecksumMessage.setChecksum(java.lang.String cs)
Method for returning the result of the checksum. |
Uses of ArgumentNotValid in dk.netarkivet.common.distribute |
---|
Methods in dk.netarkivet.common.distribute that throw ArgumentNotValid | |
---|---|
static ChannelID |
Channels.getBaMonForReplica(java.lang.String replicaId)
Given an replica, returns the BAMON queue to which batch jobs must be sent in order to run them on that bitarchive. |
static ChannelID |
Channels.retrieveReplicaChannelFromReplicaId(java.lang.String replicaId)
The method for retrieving the identification channel for a replica based on the Id of this replica. |
static java.lang.String |
Channels.retrieveReplicaChannelNameFromReplicaId(java.lang.String replicaId)
The method for retrieving the name of the identification channel for a replica based on the Id of this replica. |
static Replica |
Channels.retrieveReplicaFromIdentifierChannel(java.lang.String channelName)
Method for extracting the replica from the name of the identifier channel. |
static NetarkivetMessage |
JMSConnection.unpack(javax.jms.Message msg)
Unwraps a NetarkivetMessage from an ObjectMessage. |
Uses of ArgumentNotValid in dk.netarkivet.common.distribute.arcrepository |
---|
Methods in dk.netarkivet.common.distribute.arcrepository that throw ArgumentNotValid | |
---|---|
BitarchiveRecord |
ViewerArcRepositoryClient.get(java.lang.String arcfile,
long index)
Gets a single ARC record out of the ArcRepository. |
BitarchiveRecord |
PreservationArcRepositoryClient.get(java.lang.String arcfile,
long index)
Gets a single ARC record out of the ArcRepository. |
BitarchiveRecord |
ArcRepositoryClient.get(java.lang.String arcfile,
long index)
Gets a single ARC record out of the ArcRepository. |
BitarchiveRecord |
LocalArcRepositoryClient.get(java.lang.String arcfile,
long index)
Gets a single ARC record out of the ArcRepository. |
void |
HarvesterArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
PreservationArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
ArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
LocalArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
Uses of ArgumentNotValid in dk.netarkivet.common.utils |
---|
Methods in dk.netarkivet.common.utils that throw ArgumentNotValid | |
---|---|
static java.lang.String |
Settings.get(java.lang.String key)
Gets a setting. |
static java.lang.String[] |
Settings.getAll(java.lang.String key)
Gets a list of settings. |
static boolean |
Settings.getBoolean(java.lang.String key)
Gets a setting as a boolean. |
static int |
Settings.getInt(java.lang.String key)
Gets a setting as an int. |
static long |
Settings.getLong(java.lang.String key)
Gets a setting as a long. |
Uses of ArgumentNotValid in dk.netarkivet.common.utils.arc |
---|
Methods in dk.netarkivet.common.utils.arc that throw ArgumentNotValid | |
---|---|
void |
ARCBatchJob.handleException(java.lang.Exception e,
java.io.File arcfile,
long index)
When the org.archive.io.arc classes throw IOExceptions while reading, this is where they go. |
boolean |
ARCBatchJob.processFile(java.io.File arcFile,
java.io.OutputStream os)
Accepts only ARC and ARCGZ files. |
Uses of ArgumentNotValid in dk.netarkivet.common.utils.batch |
---|
Constructors in dk.netarkivet.common.utils.batch that throw ArgumentNotValid | |
---|---|
BatchLocalFiles(java.io.File[] incomingFiles)
Given an array of files, constructs a BatchLocalFiles instance to be used in running a batch job over those files. |
Uses of ArgumentNotValid in dk.netarkivet.common.utils.cdx |
---|
Methods in dk.netarkivet.common.utils.cdx that throw ArgumentNotValid | |
---|---|
void |
CDXReader.addCDXRecordFilter(CDXRecordFilter cdxrecfilter)
Add another CDXRecordFilter to the list of filters to use when searching. |
static void |
CDXUtils.generateCDX(java.io.File arcFileDirectory,
java.io.File cdxFileDirectory)
Applies createCDXRecord() to all ARC files in a directory, creating one CDX file per ARC file. |
Constructors in dk.netarkivet.common.utils.cdx that throw ArgumentNotValid | |
---|---|
ARCFilenameCDXRecordFilter(java.lang.String arcfilenamepattern,
java.lang.String filtername)
Class constructor. |
|
SimpleCDXRecordFilter(java.lang.String filtername)
|
Uses of ArgumentNotValid in dk.netarkivet.harvester.datamodel |
---|
Methods in dk.netarkivet.harvester.datamodel that throw ArgumentNotValid | |
---|---|
static Job |
Job.createSnapShotJob(java.lang.Long harvestID,
DomainConfiguration cfg,
long maxObjectsPerDomain,
long maxBytesPerDomain,
int harvestNum)
Create new instance of Job suitable for snapshot harvesting. |
abstract Job |
JobDAO.read(java.lang.Long jobID)
Reads a job from persistent storage. |
Constructors in dk.netarkivet.harvester.datamodel that throw ArgumentNotValid | |
---|---|
AliasInfo(java.lang.String domain,
java.lang.String aliasOf,
java.util.Date lastChange)
Constructor for the AliasInfo class. |
|
Job(java.lang.Long harvestID,
DomainConfiguration cfg,
JobPriority priority,
long forceMaxObjectsPerDomain,
long forceMaxBytesPerDomain,
int harvestNum)
Package private constructor for common initialisation. |
Uses of ArgumentNotValid in dk.netarkivet.harvester.harvesting |
---|
Methods in dk.netarkivet.harvester.harvesting that throw ArgumentNotValid | |
---|---|
static java.net.URI |
HarvestDocumentation.getCDXURI(java.lang.String harvestID,
java.lang.String jobID,
java.lang.String timeStamp,
java.lang.String serialNumber)
Generates a URI identifying CDX info for one harvested ARC file. |
static HeritrixController |
HeritrixControllerFactory.getDefaultHeritrixController(java.lang.Object... args)
Returns an instance of the default HeritrixController implementation defined by the setting dk.netarkivet.harvester.harvesting.heritrixController.class . |
static HeritrixLauncher |
HeritrixLauncher.getInstance(HeritrixFiles files)
Get instance of this class. |
static java.lang.String |
HarvestDocumentation.getMetadataARCFileName(java.lang.String jobID)
Generates a name for an ARC file containing metadata regarding a given job. |
static java.lang.String |
HarvestDocumentation.getPreharvestMetadataARCFileName(long jobID)
Generates a name for an ARC file containing "preharvest" metadata regarding a given job (e.g. |
Uses of ArgumentNotValid in dk.netarkivet.harvester.harvesting.distribute |
---|
Methods in dk.netarkivet.harvester.harvesting.distribute that throw ArgumentNotValid | |
---|---|
void |
HarvestControllerClient.doOneCrawl(Job job,
java.util.List<MetadataEntry> metadata)
Submit an doOneCrawl request to a HarvestControllerServer with correct priority. |
void |
HarvestControllerServer.visit(DoOneCrawlMessage msg)
Receives a DoOneCrawlMessage and call onDoOneCrawl. |
Constructors in dk.netarkivet.harvester.harvesting.distribute that throw ArgumentNotValid | |
---|---|
DoOneCrawlMessage(Job submittedJob,
ChannelID to,
java.util.List<MetadataEntry> metadata)
A NetarkivetMessage that contains a Job for Heritrix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |