Uses of Class
org.apache.hadoop.hbase.zookeeper.ZKListener
Packages that use ZKListener
Package
Description
Multi Cluster Replication
-
Uses of ZKListener in org.apache.hadoop.hbase
Subclasses of ZKListener in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclassA cache of meta region location metadata.classClass servers two purposes: 1. -
Uses of ZKListener in org.apache.hadoop.hbase.backup.example
Subclasses of ZKListener in org.apache.hadoop.hbase.backup.exampleModifier and TypeClassDescriptionfinal classTrack HFile archiving state changes in ZooKeeper. -
Uses of ZKListener in org.apache.hadoop.hbase.coordination
Subclasses of ZKListener in org.apache.hadoop.hbase.coordinationModifier and TypeClassDescriptionclassZooKeeper based implementation ofSplitLogManagerCoordinationclassZooKeeper based implementation ofSplitLogWorkerCoordinationIt listen for changes in ZooKeeper and -
Uses of ZKListener in org.apache.hadoop.hbase.master
Subclasses of ZKListener in org.apache.hadoop.hbase.masterModifier and TypeClassDescriptionclassHandles everything on master-side related to master election.classTracks the list of draining region servers via ZK.classTracks the online region servers via ZK. -
Uses of ZKListener in org.apache.hadoop.hbase.master.zksyncer
Subclasses of ZKListener in org.apache.hadoop.hbase.master.zksyncerModifier and TypeClassDescriptionclassTracks the target znode(s) on server ZK cluster and synchronize them to client ZK cluster if changedclassTracks the active master address on server ZK cluster and synchronize them to client ZK cluster if changedclassTracks the meta region locations on server ZK cluster and synchronize them to client ZK cluster if changed -
Uses of ZKListener in org.apache.hadoop.hbase.procedure
Subclasses of ZKListener in org.apache.hadoop.hbase.procedureModifier and TypeClassDescriptionclassThis is a shared ZooKeeper-based znode management utils for distributed procedure. -
Uses of ZKListener in org.apache.hadoop.hbase.replication
Subclasses of ZKListener in org.apache.hadoop.hbase.replicationModifier and TypeClassDescriptionstatic classTracks changes to the list of region servers in a peer's cluster. -
Uses of ZKListener in org.apache.hadoop.hbase.security.access
Subclasses of ZKListener in org.apache.hadoop.hbase.security.accessModifier and TypeClassDescriptionclassHandles synchronization of access control list entries and updates throughout all nodes in the cluster. -
Uses of ZKListener in org.apache.hadoop.hbase.security.token
Subclasses of ZKListener in org.apache.hadoop.hbase.security.tokenModifier and TypeClassDescriptionclassSynchronizes token encryption keys across cluster nodes. -
Uses of ZKListener in org.apache.hadoop.hbase.security.visibility
Subclasses of ZKListener in org.apache.hadoop.hbase.security.visibilityModifier and TypeClassDescriptionclassA zk watcher that watches the labels table znode. -
Uses of ZKListener in org.apache.hadoop.hbase.zookeeper
Subclasses of ZKListener in org.apache.hadoop.hbase.zookeeperModifier and TypeClassDescriptionclassTracker on cluster settings up in zookeeper.classA ZooKeeper watcher meant to detect deletions of ZNodes.classManages the location of the current active Master for the RegionServer.classTracks the master Maintenance Mode via ZK.classDeprecated.Not usedclassTracks the availability and value of a single ZooKeeper node.Fields in org.apache.hadoop.hbase.zookeeper with type parameters of type ZKListenerMethods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type ZKListenerModifier and TypeMethodDescriptionZKWatcher.getListeners()Get a copy of current registered listenersMethods in org.apache.hadoop.hbase.zookeeper with parameters of type ZKListenerModifier and TypeMethodDescriptionvoidZKWatcher.registerListener(ZKListener listener) Register the specified listener to receive ZooKeeper events.voidZKWatcher.registerListenerFirst(ZKListener listener) Register the specified listener to receive ZooKeeper events and add it as the first in the list of current listeners.voidZKWatcher.unregisterListener(ZKListener listener)