Uses of Class
org.torproject.metrics.collector.conf.Configuration
-
-
Uses of Configuration in org.torproject.metrics.collector.bridgedescs
Constructors in org.torproject.metrics.collector.bridgedescs with parameters of type Configuration Constructor Description SanitizedBridgesWriter(Configuration config)
Initialize configuration. -
Uses of Configuration in org.torproject.metrics.collector.bridgepools
Constructors in org.torproject.metrics.collector.bridgepools with parameters of type Configuration Constructor Description BridgePoolAssignmentsProcessor(Configuration config)
Initialize this class with the given configuration. -
Uses of Configuration in org.torproject.metrics.collector.cron
Fields in org.torproject.metrics.collector.cron declared as Configuration Modifier and Type Field Description protected Configuration
CollecTorMain. config
Methods in org.torproject.metrics.collector.cron with parameters of type Configuration Modifier and Type Method Description void
Scheduler. scheduleModuleRuns(java.util.Map<Key,java.lang.Class<? extends CollecTorMain>> collecTorMains, Configuration conf)
Schedule all classes given according to the parameters in the the configuration.Constructors in org.torproject.metrics.collector.cron with parameters of type Configuration Constructor Description CollecTorMain(Configuration conf)
-
Uses of Configuration in org.torproject.metrics.collector.exitlists
Constructors in org.torproject.metrics.collector.exitlists with parameters of type Configuration Constructor Description ExitListDownloader(Configuration config)
Instantiate the exit-lists module using the given configuration. -
Uses of Configuration in org.torproject.metrics.collector.indexer
Constructors in org.torproject.metrics.collector.indexer with parameters of type Configuration Constructor Description CreateIndexJson(Configuration conf)
Creates indexes of directories containing archived and recent descriptors and write index files to disk. -
Uses of Configuration in org.torproject.metrics.collector.onionperf
Constructors in org.torproject.metrics.collector.onionperf with parameters of type Configuration Constructor Description OnionPerfDownloader(Configuration config)
Instantiate the OnionPerf module using the given configuration. -
Uses of Configuration in org.torproject.metrics.collector.relaydescs
Constructors in org.torproject.metrics.collector.relaydescs with parameters of type Configuration Constructor Description ArchiveWriter(Configuration config)
Initialize an archive writer with a given configuration. -
Uses of Configuration in org.torproject.metrics.collector.snowflake
Constructors in org.torproject.metrics.collector.snowflake with parameters of type Configuration Constructor Description SnowflakeStatsDownloader(Configuration config)
Instantiate the snowflake-stats module using the given configuration. -
Uses of Configuration in org.torproject.metrics.collector.sync
Methods in org.torproject.metrics.collector.sync with parameters of type Configuration 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 with parameters of type Configuration Constructor Description SyncPersistence(Configuration conf)
Initialize with the given configuration. -
Uses of Configuration in org.torproject.metrics.collector.webstats
Constructors in org.torproject.metrics.collector.webstats with parameters of type Configuration Constructor Description SanitizeWeblogs(Configuration conf)
Possibly privacy impacting data is replaced by dummy data producing a log-file (or files) that confirm(s) to Apache's Combined Log Format.
-