Class SyncManager

  • Direct Known Subclasses:
    CollecTorMain

    public class SyncManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SYNCORIGINS  
    • Constructor Summary

      Constructors 
      Constructor Description
      SyncManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncManager

        public SyncManager()
    • Method Detail

      • merge

        public void merge​(Configuration conf,
                          java.lang.String marker,
                          java.util.Map<java.lang.String,​java.lang.Class<? extends org.torproject.descriptor.Descriptor>> mapPathDesc)
                   throws ConfigurationException
        Merges the synced files to recent and out storage.
        Throws:
        ConfigurationException