Interface Encoder<T>

All Superinterfaces:
org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<T>
All Known Subinterfaces:
Lexicoder<T>
All Known Implementing Classes:
AbstractEncoder, org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder, BigIntegerLexicoder, BytesLexicoder, DateLexicoder, DoubleLexicoder, FloatLexicoder, IntegerLexicoder, ListLexicoder, LongLexicoder, PairLexicoder, ReverseLexicoder, StringLexicoder, TextLexicoder, UIntegerLexicoder, ULongLexicoder, UUIDLexicoder

public interface Encoder<T> extends org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<T>
An encoder represents a typed object that can be encoded/decoded to/from a byte array.
Since:
1.6.0
  • Method Summary

    Methods inherited from interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder

    decode, encode