Modifier and Type | Method and Description |
---|---|
protected void |
BridgedbMetricsProcessor.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SanitizedBridgesWriter.startProcessing() |
Modifier and Type | Method and Description |
---|---|
protected void |
BridgePoolAssignmentsProcessor.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BridgestrapStatsDownloader.startProcessing() |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.getBool(Key key)
Returns a
boolean property (case insensitiv), e.g. |
int |
Configuration.getInt(Key key)
Parse an integer property and translate the String
"inf" into Integer.MAX_VALUE. |
long |
Configuration.getLong(Key key)
Parse a long property.
|
java.nio.file.Path |
Configuration.getPath(Key key)
Returns a
Path property, e.g. |
java.util.Set<SourceType> |
Configuration.getSourceTypeSet(Key key)
Returns a
SourceType as List, e.g. |
java.lang.String[] |
Configuration.getStringArray(Key key)
Returns
String[] from a property. |
java.net.URL |
Configuration.getUrl(Key key)
Returns a
URL property, e.g. |
java.net.URL[] |
Configuration.getUrlArray(Key key)
Returns
URL[] from a property. |
void |
Configuration.loadAndCheckConfiguration(java.nio.file.Path confPath)
Load the configuration from the given path.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CollecTorMain.startProcessing()
Module specific code goes here.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExitListDownloader.startProcessing() |
Modifier and Type | Method and Description |
---|---|
protected void |
OnionPerfDownloader.startProcessing() |
Modifier and Type | Method and Description |
---|---|
protected void |
ArchiveWriter.startProcessing() |
Modifier and Type | Method and Description |
---|---|
protected void |
SnowflakeStatsDownloader.startProcessing() |
Modifier and Type | Method and Description |
---|---|
void |
SyncManager.merge(Configuration conf,
java.lang.String marker,
java.util.Map<java.lang.String,java.lang.Class<? extends org.torproject.descriptor.Descriptor>> mapPathDesc)
Merges the synced files to recent and out storage.
|
Constructor and Description |
---|
SyncPersistence(Configuration conf)
Initialize with the given configuration.
|