Uses of Class
org.apache.hadoop.hbase.io.FileChangeWatcher
Packages that use FileChangeWatcher
Package
Description
Tools to help define network clients and servers.
-
Uses of FileChangeWatcher in org.apache.hadoop.hbase.io.crypto.tls
Methods in org.apache.hadoop.hbase.io.crypto.tls that return FileChangeWatcherModifier and TypeMethodDescriptionprivate static FileChangeWatcherX509Util.newFileChangeWatcher(String fileLocation, Runnable resetContext) Method parameters in org.apache.hadoop.hbase.io.crypto.tls with type arguments of type FileChangeWatcherModifier and TypeMethodDescriptionstatic voidX509Util.enableCertFileReloading(org.apache.hadoop.conf.Configuration config, AtomicReference<FileChangeWatcher> keystoreWatcher, AtomicReference<FileChangeWatcher> trustStoreWatcher, Runnable resetContext) Enable certificate file reloading by creating FileWatchers for keystore and truststore. -
Uses of FileChangeWatcher in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc with type parameters of type FileChangeWatcherModifier and TypeFieldDescriptionprivate final AtomicReference<FileChangeWatcher>NettyRpcClient.keyStoreWatcherprivate final AtomicReference<FileChangeWatcher>NettyRpcServer.keyStoreWatcherprivate final AtomicReference<FileChangeWatcher>NettyRpcClient.trustStoreWatcherprivate final AtomicReference<FileChangeWatcher>NettyRpcServer.trustStoreWatcher