HBASE-22044 Deprecate ByteBufferUtils; it will be IA.Private in HBase 3.0

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Sean Busbey 2019-03-12 23:26:30 -05:00
parent 839dad2c9e
commit 09f9fc7c3e

View File

@ -40,8 +40,10 @@ import org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesti
/**
* Utility functions for working with byte buffers, such as reading/writing
* variable-length long numbers.
* @deprecated This class will become IA.Private in HBase 3.0. Downstream folks should avoid using it.
*/
@SuppressWarnings("restriction")
@Deprecated
@InterfaceAudience.Public
public final class ByteBufferUtils {
// "Compressed integer" serialization helper constants.