Uses of Interface
org.apache.hadoop.hbase.master.ServerListener

Packages that use org.apache.hadoop.hbase.master.ServerListener
Package
Description
 
  • Uses of org.apache.hadoop.hbase.master.ServerListener in org.apache.hadoop.hbase.master

    Classes in org.apache.hadoop.hbase.master that implement org.apache.hadoop.hbase.master.ServerListener in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.master.WorkerAssigner
    help assign and release a worker for each remote task.
    Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.master.ServerListener in in
    Modifier and Type
    Method
    Description
    void
    ServerManager.registerListener(org.apache.hadoop.hbase.master.ServerListener listener)
    Add the listener to the notification list.
    boolean
    ServerManager.unregisterListener(org.apache.hadoop.hbase.master.ServerListener listener)
    Remove the listener from the notification list.
    Method parameters in org.apache.hadoop.hbase.master with type arguments of type org.apache.hadoop.hbase.master.ServerListener in in
    Modifier and Type
    Method
    Description
    boolean
    ServerManager.unregisterListenerIf(Predicate<org.apache.hadoop.hbase.master.ServerListener> filter)
    Removes all of the ServerListeners of this collection that satisfy the given predicate.