org.fcrepo.server.journal.readerwriter.multifile
Interface MultiFileJournalConstants

All Known Implementing Classes:
LockingFollowingJournalReader, MultiFileFollowingJournalReader, MultiFileJournalHelper, MultiFileJournalReader, MultiFileJournalWriter

public interface MultiFileJournalConstants

Parameters, formats and default values for use by the Multi-file journaling classes.

Author:
Jim Blake

Field Summary
static String DEFAULT_FOLLOW_POLLING_INTERVAL
          Used by following readers
static String PARAMETER_ARCHIVE_DIRECTORY
           
static String PARAMETER_FOLLOW_POLLING_INTERVAL
          Used by following readers
static String PARAMETER_JOURNAL_DIRECTORY
           
static String PARAMETER_LOCK_ACCEPTED_FILENAME
          Used by locking readers like LockingFollowingJournalReader
static String PARAMETER_LOCK_REQUESTED_FILENAME
          Used by locking readers like LockingFollowingJournalReader
static String PARAMETER_PAUSE_BEFORE_POLLING
          Used by locking readers like LockingFollowingJournalReader
 

Field Detail

PARAMETER_JOURNAL_DIRECTORY

static final String PARAMETER_JOURNAL_DIRECTORY
See Also:
Constant Field Values

PARAMETER_ARCHIVE_DIRECTORY

static final String PARAMETER_ARCHIVE_DIRECTORY
See Also:
Constant Field Values

PARAMETER_FOLLOW_POLLING_INTERVAL

static final String PARAMETER_FOLLOW_POLLING_INTERVAL
Used by following readers

See Also:
Constant Field Values

DEFAULT_FOLLOW_POLLING_INTERVAL

static final String DEFAULT_FOLLOW_POLLING_INTERVAL
Used by following readers

See Also:
Constant Field Values

PARAMETER_LOCK_REQUESTED_FILENAME

static final String PARAMETER_LOCK_REQUESTED_FILENAME
Used by locking readers like LockingFollowingJournalReader

See Also:
Constant Field Values

PARAMETER_LOCK_ACCEPTED_FILENAME

static final String PARAMETER_LOCK_ACCEPTED_FILENAME
Used by locking readers like LockingFollowingJournalReader

See Also:
Constant Field Values

PARAMETER_PAUSE_BEFORE_POLLING

static final String PARAMETER_PAUSE_BEFORE_POLLING
Used by locking readers like LockingFollowingJournalReader

See Also:
Constant Field Values


Copyright © 2011 DuraSpace. All Rights Reserved.