Uses of Class
org.duracloud.sync.mgmt.ChangedFile
-
Packages that use ChangedFile Package Description org.duracloud.sync.mgmt -
-
Uses of ChangedFile in org.duracloud.sync.mgmt
Methods in org.duracloud.sync.mgmt that return ChangedFile Modifier and Type Method Description ChangedFileChangedList. reserve()Retrieves a changed file for processing and removes it from the list of unreserved files.Methods in org.duracloud.sync.mgmt with parameters of type ChangedFile Modifier and Type Method Description booleanChangeHandler. handleChangedFile(ChangedFile changedFile)Tells the handler that a file has changedbooleanSyncManager. handleChangedFile(ChangedFile changedFile)Notifies the SyncManager that a file has changedConstructors in org.duracloud.sync.mgmt with parameters of type ChangedFile Constructor Description SyncWorker(ChangedFile file, File watchDir, SyncEndpoint endpoint)Creates a SyncWorker to handle syncing a file
-