Uses of Class
org.duracloud.sync.endpoint.MonitoredFile
-
Packages that use MonitoredFile Package Description org.duracloud.sync.endpoint org.duracloud.sync.mgmt -
-
Uses of MonitoredFile in org.duracloud.sync.endpoint
Methods in org.duracloud.sync.endpoint with parameters of type MonitoredFile Modifier and Type Method Description protected voidDuraStoreChunkSyncEndpoint. addUpdateContent(String contentId, MonitoredFile syncFile)protected voidDuraStoreSyncEndpoint. addUpdateContent(String contentId, MonitoredFile syncFile)protected voidDuraStoreSyncEndpoint. doAddContent(MonitoredFile syncFile, String contentId, String absPath)protected FileFileSystemSyncEndpoint. getSyncToFile(MonitoredFile syncFile, File watchDir)booleanDuraStoreSyncEndpoint. syncFile(MonitoredFile syncFile, File watchDir)booleanFileSystemSyncEndpoint. syncFile(MonitoredFile syncFile, File watchDir)booleanSyncEndpoint. syncFile(MonitoredFile file, File watchDir)Ensures that the endpoint includes a file equivalent to the provided local file: - If the local file exists but no file with the same path exists at the endpoint, the local file will be copied to the endpoint - If the local file exists and is different from a file with the same path at the endpoint, the local file will replace the file at the endpoint.SyncResultTypeDuraStoreSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile syncFile, File watchDir)SyncResultTypeFileSystemSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile monitoredFile, File watchDir)SyncResultTypeSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile monitoredFile, File watchDir)An alternate form of the syncFile method that returns a more nuanced result. -
Uses of MonitoredFile in org.duracloud.sync.mgmt
Methods in org.duracloud.sync.mgmt that return MonitoredFile Modifier and Type Method Description MonitoredFileSyncWorker. getMonitoredFile()Methods in org.duracloud.sync.mgmt that return types with arguments of type MonitoredFile Modifier and Type Method Description List<MonitoredFile>SyncManager. getFilesInTransfer()
-