Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2.store |
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayList<ProcedureStore.ProcedureStoreListener> |
ProcedureStoreBase.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ProcedureStoreBase.registerListener(ProcedureStore.ProcedureStoreListener listener) |
void |
ProcedureStore.registerListener(ProcedureStore.ProcedureStoreListener listener)
Add the listener to the notification list.
|
boolean |
ProcedureStoreBase.unregisterListener(ProcedureStore.ProcedureStoreListener listener) |
boolean |
ProcedureStore.unregisterListener(ProcedureStore.ProcedureStoreListener listener)
Remove the listener from the notification list.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.