Class LongCombiner.StringEncoder
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.StringEncoder
- Enclosing class:
- LongCombiner
An Encoder that uses a String representation of Longs. It uses Long.toString and Long.parseLong
for encoding and decoding.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
decode
-
Constructor Details
-
StringEncoder
public StringEncoder()
-
-
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>
-