Uses of Interface
org.apache.accumulo.core.client.lexicoder.Lexicoder
Packages that use Lexicoder
Package
Description
-
Uses of Lexicoder in org.apache.accumulo.core.client.lexicoder
Classes in org.apache.accumulo.core.client.lexicoder that implement LexicoderModifier and TypeClassDescriptionclassA lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.classFor each of the methods, this lexicoder just passes the input through untouched.classA lexicoder for date objects.classA lexicoder for preserving the native Java sort order of Double values.classA lexicoder for preserving the native Java sort order of Float values.classA lexicoder for signed integers.classListLexicoder<LT>A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.classSigned long lexicoder.classPairLexicoder<A extends Comparable<A>,B extends Comparable<B>> This class is a lexicoder that sorts a ComparablePair.classA lexicoder that flips the sort order from another lexicoder.classThis lexicoder encodes/decodes a given String to/from bytes without further processing.classA lexicoder that preserves a Text's native sort order.classA lexicoder for an unsigned integer.classUnsigned long lexicoder.classA lexicoder for a UUID that maintains its lexicographic sorting order.Constructors in org.apache.accumulo.core.client.lexicoder with parameters of type LexicoderModifierConstructorDescriptionListLexicoder(Lexicoder<LT> lexicoder) PairLexicoder(Lexicoder<A> firstLexicoder, Lexicoder<B> secondLexicoder) ReverseLexicoder(Lexicoder<T> lexicoder) -
Uses of Lexicoder in org.apache.accumulo.core.client.lexicoder.impl
Classes in org.apache.accumulo.core.client.lexicoder.impl that implement LexicoderModifier and TypeClassDescriptionclassorg.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<T>