Uses of Class
org.duracloud.sync.endpoint.MonitoredFile
Packages that use MonitoredFile
-
Uses of MonitoredFile in org.duracloud.sync.endpoint
Methods in org.duracloud.sync.endpoint with parameters of type MonitoredFileModifier and TypeMethodDescriptionprotected 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.DuraStoreSyncEndpoint.syncFileAndReturnDetailedResult(MonitoredFile syncFile, File watchDir) FileSystemSyncEndpoint.syncFileAndReturnDetailedResult(MonitoredFile monitoredFile, File watchDir) SyncEndpoint.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 MonitoredFileMethods in org.duracloud.sync.mgmt that return types with arguments of type MonitoredFile