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 TypeClassDescriptionclassclassA 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.classA Lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.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) SequenceLexicoder(Lexicoder<E> elementLexicoder) Primary constructor. -
Uses of Lexicoder in org.apache.accumulo.core.iterators
Classes in org.apache.accumulo.core.iterators that implement LexicoderModifier and TypeClassDescriptionstatic classAn Encoder that uses an 8-byte encoding for Longs.static classAn Encoder that uses a String representation of Longs.static classAn Encoder that uses a variable-length encoding for Longs. -
Uses of Lexicoder in org.apache.accumulo.core.iterators.user
Classes in org.apache.accumulo.core.iterators.user that implement LexicoderModifier and TypeClassDescriptionstatic classProvides the ability to encode scientific notation.static classstatic classstatic class