Uses of Class
org.apache.hadoop.hbase.io.FileChangeWatcher
Package
Description
Tools to help define network clients and servers.
-
Uses of FileChangeWatcher in org.apache.hadoop.hbase.io.crypto.tls
Modifier and TypeMethodDescriptionprivate static FileChangeWatcher
X509Util.newFileChangeWatcher
(String fileLocation, Runnable resetContext) Modifier and TypeMethodDescriptionstatic void
X509Util.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
Modifier and TypeFieldDescriptionprivate final AtomicReference<FileChangeWatcher>
NettyRpcClient.keyStoreWatcher
private final AtomicReference<FileChangeWatcher>
NettyRpcServer.keyStoreWatcher
private final AtomicReference<FileChangeWatcher>
NettyRpcClient.trustStoreWatcher
private final AtomicReference<FileChangeWatcher>
NettyRpcServer.trustStoreWatcher