Package io.pravega.common.io.filesystem
Interface FileModificationMonitor
-
- All Known Implementing Classes:
FileModificationEventWatcher,FileModificationPollingMonitor
public interface FileModificationMonitorRepresents an object that monitors modifications to a file. By modification, we mean: - Edits to an existing file - Replacement of the whole file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartMonitoring()Start monitoring.voidstopMonitoring()Stop monitoring.
-