Uses of Interface
org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback
-
Uses of FileChangeWatcher.FileChangeWatcherCallback in org.apache.hadoop.hbase.io
Modifier and TypeFieldDescription(package private) final FileChangeWatcher.FileChangeWatcherCallback
FileChangeWatcher.WatcherThread.callback
ModifierConstructorDescriptionFileChangeWatcher
(Path filePath, String threadNameSuffix, Duration pollInterval, FileChangeWatcher.FileChangeWatcherCallback callback) Creates a watcher that watchesfilePath
and invokescallback
on changes.(package private)
WatcherThread
(String threadNameSuffix, FileChangeWatcher.FileChangeWatcherCallback callback)