Class LocalSyncTask

    • Field Detail

      • requestRanges

        public final boolean requestRanges
      • transferRanges

        public final boolean transferRanges
    • Method Detail

      • startSync

        protected void startSync()
        Starts sending/receiving our list of differences to/from the remote endpoint: creates a callback that will be called out of band once the streams complete.
        Specified by:
        startSync in class SyncTask
      • isLocal

        public boolean isLocal()
        Overrides:
        isLocal in class SyncTask
      • onSuccess

        public void onSuccess​(StreamState result)
        Specified by:
        onSuccess in interface com.google.common.util.concurrent.FutureCallback<StreamState>
      • onFailure

        public void onFailure​(java.lang.Throwable t)
        Specified by:
        onFailure in interface com.google.common.util.concurrent.FutureCallback<StreamState>
      • abort

        public void abort​(java.lang.Throwable reason)
        Overrides:
        abort in class SyncTask