Uses of Interface
org.duracloud.sync.endpoint.SyncEndpoint
Packages that use SyncEndpoint
-
Uses of SyncEndpoint in org.duracloud.sync.endpoint
Classes in org.duracloud.sync.endpoint that implement SyncEndpointModifier and TypeClassDescriptionclassclassEndpoint which pushes files to DuraCloud.classAllows syncing to be performed to a location on the local file system. -
Uses of SyncEndpoint in org.duracloud.sync.mgmt
Constructors in org.duracloud.sync.mgmt with parameters of type SyncEndpointModifierConstructorDescriptionSyncManager(List<File> watchDirs, SyncEndpoint endpoint, int threads, long frequency) Creates a SyncManager which, when started, will watch for updates to the ChangedList and kick off SyncWorkers to handle any changed files.SyncWorker(ChangedFile file, File watchDir, SyncEndpoint endpoint) Creates a SyncWorker to handle syncing a file -
Uses of SyncEndpoint in org.duracloud.sync.walker
Methods in org.duracloud.sync.walker with parameters of type SyncEndpointConstructors in org.duracloud.sync.walker with parameters of type SyncEndpointModifierConstructorDescriptionprotectedDeleteChecker(SyncEndpoint syncEndpoint, String spaceId, List<File> syncDirs, String prefix) Creates a delete checker