HBASE-13315 BufferedMutator should be @InterfaceAudience.Public (addendum)
This commit is contained in:
parent
6e9ded51fb
commit
5459008ccd
|
@ -122,6 +122,8 @@ public interface BufferedMutator extends Closeable {
|
|||
/**
|
||||
* Listens for asynchronous exceptions on a {@link BufferedMutator}.
|
||||
*/
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Evolving
|
||||
interface ExceptionListener {
|
||||
public void onException(RetriesExhaustedWithDetailsException exception,
|
||||
BufferedMutator mutator) throws RetriesExhaustedWithDetailsException;
|
||||
|
|
Loading…
Reference in New Issue