public class UUIDLexicoder extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<UUID>
Constructor and Description |
---|
UUIDLexicoder() |
Modifier and Type | Method and Description |
---|---|
UUID |
decode(byte[] b) |
protected UUID |
decodeUnchecked(byte[] b,
int offset,
int len)
Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.
|
byte[] |
encode(UUID uuid) |
decode
public byte[] encode(UUID uuid)
public UUID decode(byte[] b)
decode
in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<UUID>
decode
in class AbstractEncoder<UUID>
protected UUID decodeUnchecked(byte[] b, int offset, int len) throws org.apache.accumulo.core.iterators.ValueFormatException
AbstractEncoder
decodeUnchecked
in class AbstractEncoder<UUID>
org.apache.accumulo.core.iterators.ValueFormatException
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.