Package org.apache.storm.daemon.common
Class FileWatcher
- java.lang.Object
-
- org.apache.storm.daemon.common.FileWatcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FileWatcher.Callback
-
Constructor Summary
Constructors Constructor Description FileWatcher(Path watchedFile, FileWatcher.Callback callback)
FileWatcher(Path watchedFile, FileWatcher.Callback callback, List<WatchEvent.Kind<Path>> kinds)
-
-
-
Constructor Detail
-
FileWatcher
public FileWatcher(Path watchedFile, FileWatcher.Callback callback) throws IOException
- Throws:
IOException
-
FileWatcher
public FileWatcher(Path watchedFile, FileWatcher.Callback callback, List<WatchEvent.Kind<Path>> kinds) throws IOException
- Throws:
IOException
-
-