Package org.apache.accumulo.core.client.lexicoder
package org.apache.accumulo.core.client.lexicoder
-
ClassDescriptionAbstractEncoder is an
Encoder
that implements all of Encoder's methods validating the input, but has those methods defer logic to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int)
.A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.For each of the methods, this lexicoder just passes the input through untouched.A lexicoder for date objects.A lexicoder for preserving the native Java sort order of Double values.Encoder<T>An encoder represents a typed object that can be encoded/decoded to/from a byte array.A lexicoder for preserving the native Java sort order of Float values.A lexicoder for signed integers.Lexicoder<T>A lexicoder provides methods to convert to/from byte arrays.ListLexicoder<LT>A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.Signed long lexicoder.This class is a lexicoder that sorts a ComparablePair.A lexicoder that flips the sort order from another lexicoder.A Lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.This lexicoder encodes/decodes a given String to/from bytes without further processing.A lexicoder that preserves a Text's native sort order.A lexicoder for an unsigned integer.Unsigned long lexicoder.A lexicoder for a UUID that maintains its lexicographic sorting order.