public class BridgedbMetricsProcessor extends CollecTorMain
config, mapPathDescriptors, SOURCES
SYNCORIGINS
Constructor and Description |
---|
BridgedbMetricsProcessor(Configuration config)
Initialize this class with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
module()
Return the module identifier.
|
protected void |
startProcessing()
Start processing files, which includes reading BridgeDB statistics files
from disk, possibly decompressing them and splitting them by date, and
writing them back to disk.
|
protected java.lang.String |
syncMarker()
Return the synchronization marker.
|
call, checkAvailableSpace, readProcessedFiles, run, syncMapPathsDescriptors, writeProcessedFiles
merge
public BridgedbMetricsProcessor(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.