The method must call {@code shutdown()} on all plugins as well as flush thecompaction queue. @return A {@link Deferred} that will be called once all the un-committeddata has been successfully and durably stored, and all resources used by this instance have been released. The value of the deferred object return is meaningless and unspecified, and can be {@code null}. @throws HBaseException (deferred) if there was a problem sendingun-committed data to HBase. Please refer to the {@link HBaseException}hierarchy to handle the possible failures. Some of them are easily recoverable by retrying, some are not.
|
|
|
|
|
|
|
|
|
|