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:
parent
839dad2c9e
commit
09f9fc7c3e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user