Uses of Interface
org.apache.accumulo.core.client.lexicoder.Encoder

Packages that use Encoder
org.apache.accumulo.core.client.lexicoder   
 

Uses of Encoder in org.apache.accumulo.core.client.lexicoder
 

Subinterfaces of Encoder in org.apache.accumulo.core.client.lexicoder
 interface Lexicoder<T>
          A lexicoder provides methods to convert to/from byte arrays.
 

Classes in org.apache.accumulo.core.client.lexicoder that implement Encoder
 class BigIntegerLexicoder
          A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
 class BytesLexicoder
          For each of the methods, this lexicoder just passes the input through untouched.
 class DateLexicoder
          A lexicoder for date objects.
 class DoubleLexicoder
          A lexicoder for preserving the native Java sort order of Double values.
 class IntegerLexicoder
          A lexicoder for signed integers.
 class ListLexicoder<LT>
          A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.
 class LongLexicoder
          Signed long lexicoder.
 class PairLexicoder<A extends Comparable<A>,B extends Comparable<B>>
          This class is a lexicoder that sorts a ComparablePair.
 class ReverseLexicoder<T>
          A lexicoder that flips the sort order from another lexicoder.
 class StringLexicoder
          This lexicoder encodes/decodes a given String to/from bytes without further processing.
 class TextLexicoder
          A lexicoder that preserves a Text's native sort order.
 class UIntegerLexicoder
          A lexicoder for an unsigned integer.
 class ULongLexicoder
          Unsigned long lexicoder.
 class UUIDLexicoder
          A lexicoder for a UUID that maintains its lexicographic sorting order.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.