public class LongLexicoder extends ULongLexicoder
Constructor and Description |
---|
LongLexicoder() |
Modifier and Type | Method and Description |
---|---|
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
decode
public byte[] encode(Long l)
encode
in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<Long>
encode
in class ULongLexicoder
protected Long decodeUnchecked(byte[] data, int offset, int len)
AbstractEncoder
decodeUnchecked
in class ULongLexicoder
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.