Uses of Interface
org.apache.accumulo.core.client.lexicoder.Encoder
Packages that use Encoder
Package
Description
-
Uses of Encoder in org.apache.accumulo.core.client.lexicoder
Subinterfaces of Encoder in org.apache.accumulo.core.client.lexicoderModifier and TypeInterfaceDescriptioninterfaceLexicoder<T>A lexicoder provides methods to convert to/from byte arrays.Classes in org.apache.accumulo.core.client.lexicoder that implement EncoderModifier and TypeClassDescriptionclassAbstractEncoder is anEncoderthat implements all of Encoder's methods validating the input, but has those methods defer logic to to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int).classA 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 Encoder in org.apache.accumulo.core.client.lexicoder.impl
Classes in org.apache.accumulo.core.client.lexicoder.impl that implement EncoderModifier and TypeClassDescriptionclassorg.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<T>