Class StringLexicoder
java.lang.Object
org.apache.accumulo.core.client.lexicoder.AbstractEncoder<T>
org.apache.accumulo.core.client.lexicoder.AbstractLexicoder<String>
org.apache.accumulo.core.client.lexicoder.StringLexicoder
This lexicoder encodes/decodes a given String to/from bytes without further processing. It can be
 combined with other encoders like the 
ReverseLexicoder to flip the default sort order.- Since:
- 1.6.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoderdecode
- 
Constructor Details- 
StringLexicoderpublic StringLexicoder()
 
- 
- 
Method Details- 
encode
- 
decode
- 
decodeUncheckedDescription copied from class:AbstractEncoderDecodes a byte array without checking if the offset and len exceed the bounds of the actual array.- Specified by:
- decodeUncheckedin class- AbstractEncoder<String>
 
 
-