Uses of Interface
org.duracloud.sync.endpoint.SyncEndpoint
-
Packages that use SyncEndpoint Package Description org.duracloud.sync.endpoint org.duracloud.sync.mgmt org.duracloud.sync.walker -
-
Uses of SyncEndpoint in org.duracloud.sync.endpoint
Classes in org.duracloud.sync.endpoint that implement SyncEndpoint Modifier and Type Class Description classDuraStoreChunkSyncEndpointclassDuraStoreSyncEndpointEndpoint which pushes files to DuraCloud.classFileSystemSyncEndpointAllows 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 SyncEndpoint Constructor Description SyncManager(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 SyncEndpoint Modifier and Type Method Description static DeleteCheckerDeleteChecker. start(SyncEndpoint syncEndpoint, String spaceId, List<File> syncDirs, String prefix)Constructors in org.duracloud.sync.walker with parameters of type SyncEndpoint Constructor Description DeleteChecker(SyncEndpoint syncEndpoint, String spaceId, List<File> syncDirs, String prefix)Creates a delete checker
-