public class BridgePoolAssignmentsProcessor extends CollecTorMain
config, mapPathDescriptors, SOURCES
SYNCORIGINS
Constructor and Description |
---|
BridgePoolAssignmentsProcessor(Configuration config)
Initialize this class with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanUpDirectories()
Delete all files from the rsync (out) directory that have not been modified
in the last three days (seven weeks).
|
java.lang.String |
module()
Return the module identifier.
|
protected void |
startProcessing()
Start processing files, which includes reading original, not-yet-sanitized
bridge pool assignment files from disk, splitting them into bridge pool
assignment descriptors, sanitizing contained fingerprints, and writing
sanitized bridge pool assignments to disk.
|
protected java.lang.String |
syncMarker()
Return the synchronization marker.
|
call, checkAvailableSpace, readProcessedFiles, run, syncMapPathsDescriptors, writeProcessedFiles
merge
public BridgePoolAssignmentsProcessor(Configuration config)
public java.lang.String module()
module
in class CollecTorMain
protected java.lang.String syncMarker()
syncMarker
in class CollecTorMain
protected void startProcessing() throws ConfigurationException
startProcessing
in class CollecTorMain
ConfigurationException
- Thrown if configuration values cannot be
obtained.public void cleanUpDirectories()