Interface SyncProcess

    • Method Detail

      • stop

        void stop()
        Stops the sync process. Invocations are ignored if the sync process is already stopped. All work state is deleted. On start, the sync will start from scratch after this method has been invoked.
      • pause

        void pause()
        Pauses the sync process. Any any stored queue state information will be preserved when the sync process is restarted. It can be invoked from any state.
      • restart

        void restart()
        Equivalent to a stop and a restart.
      • getProcessState

        SyncProcessState getProcessState()
        Returns an enum designating the runtime state of the sync process
        Returns:
      • getProcessStats

        SyncProcessStats getProcessStats()
        Returns stats related the sync process
        Returns: