Uses of Class
org.apache.accumulo.core.client.lexicoder.AbstractEncoder
Packages that use AbstractEncoder
Package
Description
-
Uses of AbstractEncoder in org.apache.accumulo.core.client.lexicoder
Subclasses of AbstractEncoder 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.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 AbstractEncoder in org.apache.accumulo.core.client.lexicoder.impl
Subclasses of AbstractEncoder in org.apache.accumulo.core.client.lexicoder.implModifier and TypeClassDescriptionclassorg.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<T>