| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.assignment |
| Modifier and Type | Field and Description |
|---|---|
private CopyOnWriteArrayList<AssignmentListener> |
AssignmentManager.listeners
Listeners that are called on assignment events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentManager.registerListener(AssignmentListener listener)
Add the listener to the notification list.
|
boolean |
AssignmentManager.unregisterListener(AssignmentListener listener)
Remove the listener from the notification list.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.