public interface SyncProcessManager extends SyncProcess
| Modifier and Type | Method and Description |
|---|---|
void |
addSyncStateChangeListener(SyncStateChangeListener syncStateChangeListener) |
void |
clearError() |
void |
clearFailures() |
SyncProcessError |
getError() |
List<org.duracloud.sync.mgmt.SyncSummary> |
getFailures() |
List<org.duracloud.sync.endpoint.MonitoredFile> |
getMonitoredFiles()
Returns a list of actively transfering (uploading) files
|
List<File> |
getQueuedFiles() |
List<org.duracloud.sync.mgmt.SyncSummary> |
getRecentlyCompleted() |
void |
removeSyncStateChangeListener(SyncStateChangeListener syncStateChangeListener) |
getProcessState, getProcessStats, pause, restart, resume, start, stopvoid addSyncStateChangeListener(SyncStateChangeListener syncStateChangeListener)
syncStateChangeListener - void removeSyncStateChangeListener(SyncStateChangeListener syncStateChangeListener)
syncStateChangeListener - List<org.duracloud.sync.endpoint.MonitoredFile> getMonitoredFiles()
SyncProcessError getError()
void clearError()
void clearFailures()
List<org.duracloud.sync.mgmt.SyncSummary> getFailures()
List<org.duracloud.sync.mgmt.SyncSummary> getRecentlyCompleted()
Copyright © 2009–2017 DuraSpace. All rights reserved.