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