Class UUIDLexicoder
java.lang.Object
org.apache.accumulo.core.client.lexicoder.AbstractEncoder<T>
org.apache.accumulo.core.client.lexicoder.AbstractLexicoder<UUID>
org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
A lexicoder for a UUID that maintains its lexicographic sorting order.
- Since:
- 1.6.0
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
decode
-
Constructor Details
-
UUIDLexicoder
public UUIDLexicoder()
-
-
Method Details
-
encode
-
decode
-
decodeUnchecked
Description copied from class:AbstractEncoder
Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.- Specified by:
decodeUnchecked
in classAbstractEncoder<UUID>
-