Package org.apache.hadoop.hbase.util
Class Bytes.ConverterHolder
java.lang.Object
org.apache.hadoop.hbase.util.Bytes.ConverterHolder
- Enclosing class:
- Bytes
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static final class
protected static final class
-
Field Summary
Modifier and TypeFieldDescription(package private) static final Bytes.Converter
(package private) static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) static Bytes.Converter
Returns the Unsafe-using Converter, or falls back to the pure-Java implementation if unable to do so.
-
Field Details
-
UNSAFE_CONVERTER_NAME
-
BEST_CONVERTER
-
-
Constructor Details
-
ConverterHolder
-
-
Method Details
-
getBestConverter
Returns the Unsafe-using Converter, or falls back to the pure-Java implementation if unable to do so.
-