public class BridgePoolAssignmentsProcessor extends CollecTorMain
config, mapPathDescriptors, SOURCESSYNCORIGINS| 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, writeProcessedFilesmergepublic BridgePoolAssignmentsProcessor(Configuration config)
public java.lang.String module()
module in class CollecTorMainprotected java.lang.String syncMarker()
syncMarker in class CollecTorMainprotected void startProcessing()
throws ConfigurationException
startProcessing in class CollecTorMainConfigurationException - Thrown if configuration values cannot be
obtained.public void cleanUpDirectories()