|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.archive.ArchiveSettings
public class ArchiveSettings
Settings specific to the archive module of NetarchiveSuite.
Field Summary | |
---|---|
static java.lang.String |
ARCREPOSITORY_UPLOAD_RETRIES
settings.archive.arcrepository.uploadRetries: The maximum number of times an arc file is attempted uploaded if the initial upload fails. |
static java.lang.String |
BITARCHIVE_ACCEPTABLE_HEARTBEAT_DELAY
settings.archive.bitarchive.acceptableHeartbeatDelay:* If we haven't heard from a bit archive within this many milliseconds, we don't expect it to be online and won't wait for them to reply on a batch job. |
static java.lang.String |
BITARCHIVE_BATCH_JOB_TIMEOUT
settings.archive.bitarchive.batchMessageTimeout: The BitarchiveMonitorServer will listen for BatchEndedMessages for this many milliseconds before it decides that a batch job is taking too long and returns just the replies it has received at that point. |
static java.lang.String |
BITARCHIVE_HEARTBEAT_FREQUENCY
settings.archive.bitarchive.heartbeatFrequency:* The frequency in milliseconds of heartbeats that are sent by each BitarchiveServer to the BitarchiveMonitor. |
static java.lang.String |
BITARCHIVE_MIN_SPACE_LEFT
settings.archive.bitarchive.minSpaceLeft: The minimum amount of bytes left *in any dir* that we will allow a bitarchive machine to accept uploads with. |
static java.lang.String |
BITARCHIVE_MIN_SPACE_REQUIRED
settings.archive.bitarchive.minSpaceRequired: The minimum amount of bytes required left *in all dirs* after we have accepted an upload. |
static java.lang.String |
BITARCHIVE_SERVER_FILEDIR
settings.archive.bitarchive.baseFileDir: These are the directories where ARC files are stored (in a subdir). |
static java.lang.String |
CHECKSUM_FILENAME
The name for the checksum file. |
static java.lang.String |
CLASS_ARCREPOSITORY_BITPRESERVATION
settings.archive.bitpreservation.class: Setting for which instance of ActiveBitPreservation that should be used for preservation. |
static java.lang.String |
CLASS_ARCREPOSITORY_BITPRESERVATION_DATABASE
settings.archive.bitpreservation.database.class: Setting for which class is used for handling the database for the DatabaseBasedActiveBitPreservation class. |
static java.lang.String |
DIR_ARCREPOSITORY_BITPRESERVATION
settings.archive.bitpreservation.baseDir: Absolute or relative path to dir containing results of file-list-batch-jobs and checksumming batch jobs for bit preservation. |
static java.lang.String |
DIRS_ARCREPOSITORY_ADMIN
settings.archive.arcrepository.baseDir: Absolute/relative path to where the "central list of files and checksums" (admin.data) is written. |
static java.lang.String |
ENVIRONMENT_THIS_CREDENTIALS
settings.archive.bitarchive.thisCredentials: Credentials to enter in the GUI for "deleting" ARC files in this bit archive. |
static java.lang.String |
URL_ARCREPOSITORY_BITPRESERVATION_DATABASE
settings.archive.bitpreservation.database.url: Setting for giving the URL to the database used by the DatabaseBasedActiveBitPreservation class. |
Constructor Summary | |
---|---|
ArchiveSettings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String DIRS_ARCREPOSITORY_ADMIN
public static java.lang.String ARCREPOSITORY_UPLOAD_RETRIES
public static java.lang.String BITARCHIVE_MIN_SPACE_LEFT
public static java.lang.String BITARCHIVE_MIN_SPACE_REQUIRED
public static java.lang.String BITARCHIVE_SERVER_FILEDIR
public static java.lang.String BITARCHIVE_HEARTBEAT_FREQUENCY
public static java.lang.String BITARCHIVE_ACCEPTABLE_HEARTBEAT_DELAY
public static java.lang.String BITARCHIVE_BATCH_JOB_TIMEOUT
public static java.lang.String ENVIRONMENT_THIS_CREDENTIALS
public static java.lang.String DIR_ARCREPOSITORY_BITPRESERVATION
public static java.lang.String URL_ARCREPOSITORY_BITPRESERVATION_DATABASE
public static java.lang.String CLASS_ARCREPOSITORY_BITPRESERVATION_DATABASE
public static java.lang.String CLASS_ARCREPOSITORY_BITPRESERVATION
public static java.lang.String CHECKSUM_FILENAME
Constructor Detail |
---|
public ArchiveSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |