Class LongCombiner.FixedLenEncoder
java.lang.Object
org.apache.accumulo.core.client.lexicoder.AbstractEncoder<T>
org.apache.accumulo.core.client.lexicoder.AbstractLexicoder<Long>
org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- Enclosing class:
- LongCombiner
An Encoder that uses an 8-byte encoding for Longs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecode
(byte[] b) static long
decode
(byte[] b, int offset) static long
decodeStatic
(byte[] b, int offset, int len) protected Long
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[]
Methods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
decode
-
Constructor Details
-
FixedLenEncoder
public FixedLenEncoder()
-
-
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<Long>
-
decode
public static long decode(byte[] b, int offset) -
decodeStatic
public static long decodeStatic(byte[] b, int offset, int len)
-