Uses of Interface
org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback

Packages that use org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback
Package
Description
 
  • Uses of org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback in org.apache.hadoop.hbase.io

    Constructors in org.apache.hadoop.hbase.io with parameters of type org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback in in
    Modifier
    Constructor
    Description
     
    FileChangeWatcher(Path filePath, String threadNameSuffix, Duration pollInterval, org.apache.hadoop.hbase.io.FileChangeWatcher.FileChangeWatcherCallback callback)
    Creates a watcher that watches filePath and invokes callback on changes.