Uses of Class
org.apache.hadoop.hbase.io.FileChangeWatcher

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

    Method parameters in org.apache.hadoop.hbase.io.crypto.tls with type arguments of type org.apache.hadoop.hbase.io.FileChangeWatcher in in
    Modifier and Type
    Method
    Description
    static void
    X509Util.enableCertFileReloading(org.apache.hadoop.conf.Configuration config, AtomicReference<org.apache.hadoop.hbase.io.FileChangeWatcher> keystoreWatcher, AtomicReference<org.apache.hadoop.hbase.io.FileChangeWatcher> trustStoreWatcher, Runnable resetContext)
    Enable certificate file reloading by creating FileWatchers for keystore and truststore.