Uses of Class
org.torproject.metrics.collector.conf.ConfigurationException
-
-
Uses of ConfigurationException in org.torproject.metrics.collector.bridgedescs
Methods in org.torproject.metrics.collector.bridgedescs that throw ConfigurationException Modifier and Type Method Description void
SanitizedBridgesWriter. cleanUpRsyncDirectory()
Delete all files from the rsync directory that have not been modified in the last three days, and remove the .tmp extension from newly written files.protected void
SanitizedBridgesWriter. startProcessing()
-
Uses of ConfigurationException in org.torproject.metrics.collector.bridgepools
Methods in org.torproject.metrics.collector.bridgepools that throw ConfigurationException Modifier and Type Method 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. -
Uses of ConfigurationException in org.torproject.metrics.collector.conf
Methods in org.torproject.metrics.collector.conf that throw ConfigurationException Modifier and Type Method Description boolean
Configuration. getBool(Key key)
Returns aboolean
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 aPath
property, e.g.java.util.Set<SourceType>
Configuration. getSourceTypeSet(Key key)
Returns aSourceType
as List, e.g.java.lang.String[]
Configuration. getStringArray(Key key)
ReturnsString[]
from a property.java.lang.String[][]
Configuration. getStringArrayArray(Key key)
ReturnsString[][]
from a property.java.net.URL
Configuration. getUrl(Key key)
Returns aURL
property, e.g.java.net.URL[]
Configuration. getUrlArray(Key key)
ReturnsURL[]
from a property.void
Configuration. setWatchableSourceAndLoad(java.nio.file.Path confPath)
Load the configuration from the given path and start monitoring changes. -
Uses of ConfigurationException in org.torproject.metrics.collector.cron
Methods in org.torproject.metrics.collector.cron that throw ConfigurationException Modifier and Type Method Description protected abstract void
CollecTorMain. startProcessing()
Module specific code goes here. -
Uses of ConfigurationException in org.torproject.metrics.collector.exitlists
Methods in org.torproject.metrics.collector.exitlists that throw ConfigurationException Modifier and Type Method Description protected void
ExitListDownloader. startProcessing()
-
Uses of ConfigurationException in org.torproject.metrics.collector.onionperf
Methods in org.torproject.metrics.collector.onionperf that throw ConfigurationException Modifier and Type Method Description void
OnionPerfDownloader. cleanUpRsyncDirectory()
Delete all files from the rsync directory that have not been modified in the last three days.protected void
OnionPerfDownloader. startProcessing()
-
Uses of ConfigurationException in org.torproject.metrics.collector.relaydescs
Methods in org.torproject.metrics.collector.relaydescs that throw ConfigurationException Modifier and Type Method Description protected void
ArchiveWriter. startProcessing()
-
Uses of ConfigurationException in org.torproject.metrics.collector.snowflake
Methods in org.torproject.metrics.collector.snowflake that throw ConfigurationException Modifier and Type Method Description protected void
SnowflakeStatsDownloader. startProcessing()
-
Uses of ConfigurationException in org.torproject.metrics.collector.sync
Methods in org.torproject.metrics.collector.sync that throw ConfigurationException Modifier and Type Method 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.Constructors in org.torproject.metrics.collector.sync that throw ConfigurationException Constructor Description SyncPersistence(Configuration conf)
Initialize with the given configuration.
-