Uses of Class
org.apache.accumulo.core.client.lexicoder.AbstractLexicoder
Packages that use AbstractLexicoder
Package
Description
-
Uses of AbstractLexicoder in org.apache.accumulo.core.client.lexicoder
Subclasses of AbstractLexicoder in org.apache.accumulo.core.client.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.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. -
Uses of AbstractLexicoder in org.apache.accumulo.core.iterators
Subclasses of AbstractLexicoder in org.apache.accumulo.core.iteratorsModifier 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 AbstractLexicoder in org.apache.accumulo.core.iterators.user
Subclasses of AbstractLexicoder in org.apache.accumulo.core.iterators.userModifier and TypeClassDescriptionstatic classProvides the ability to encode scientific notation.static classstatic classstatic class