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