Class ULongLexicoder
java.lang.Object
org.apache.accumulo.core.client.lexicoder.AbstractEncoder<T>
org.apache.accumulo.core.client.lexicoder.AbstractLexicoder<Long>
org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- Direct Known Subclasses:
- LongLexicoder
Unsigned long lexicoder. The lexicographic encoding sorts first 0l and -1l last. This encoding
 does not correspond to the sort of Long because it does not consider the sign bit. If Java had an
 unsigned long type, this encoder would correspond to its sort order.
- Since:
- 1.6.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoderdecode
- 
Constructor Details- 
ULongLexicoderpublic ULongLexicoder()
 
- 
- 
Method Details- 
encode
- 
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<Long>
 
- 
decode
 
-