Class NoopHdfsActiveSyncProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      alluxio.SyncInfo getActivitySyncInfo()
      Get Active SyncInfo from the sync provider.
      boolean startPolling​(long txId)
      start polling thread.
      void startSync​(alluxio.AlluxioURI ufsUri)
      start syncing on a ufs uri.
      boolean stopPolling()
      stop polling thread.
      void stopSync​(alluxio.AlluxioURI ufsUri)
      stop syncing on a ufs uri.
      • Methods inherited from class java.lang.Object

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

      • NoopHdfsActiveSyncProvider

        public NoopHdfsActiveSyncProvider()