Uses of Interface
org.apache.hadoop.hbase.master.ServerListener
Packages that use ServerListener
-
Uses of ServerListener in org.apache.hadoop.hbase.master
Classes in org.apache.hadoop.hbase.master that implement ServerListenerModifier and TypeClassDescriptionclass
help assign and release a worker for each remote task.Fields in org.apache.hadoop.hbase.master with type parameters of type ServerListenerModifier and TypeFieldDescriptionprivate List<ServerListener>
ServerManager.listeners
Listeners that are called on server events.Methods in org.apache.hadoop.hbase.master with parameters of type ServerListenerModifier and TypeMethodDescriptionvoid
ServerManager.registerListener
(ServerListener listener) Add the listener to the notification list.boolean
ServerManager.unregisterListener
(ServerListener listener) Remove the listener from the notification list. -
Uses of ServerListener in org.apache.hadoop.hbase.master.procedure
Classes in org.apache.hadoop.hbase.master.procedure that implement ServerListenerModifier and TypeClassDescriptionclass
A remote procecdure dispatcher for regionservers.