Class SummingArrayCombiner.StringArrayEncoder
- java.lang.Object
-
- org.apache.accumulo.core.client.lexicoder.AbstractEncoder<List<Long>>
-
- org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
-
- Enclosing class:
- SummingArrayCombiner
public static class SummingArrayCombiner.StringArrayEncoder extends AbstractEncoder<List<Long>>
-
-
Constructor Summary
Constructors Constructor Description StringArrayEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>decode(byte[] b)protected List<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[]encode(List<Long> la)-
Methods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
decode
-
-
-
-
Method Detail
-
decodeUnchecked
protected List<Long> decodeUnchecked(byte[] b, int offset, int len)
Description copied from class:AbstractEncoderDecodes a byte array without checking if the offset and len exceed the bounds of the actual array.- Specified by:
decodeUncheckedin classAbstractEncoder<List<Long>>
-
-