Package | Description |
---|---|
org.apache.accumulo.core.client.lexicoder | |
org.apache.accumulo.core.client.lexicoder.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Lexicoder<T>
A lexicoder provides methods to convert to/from byte arrays.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncoder<T>
AbstractEncoder is an
Encoder that 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) . |
class |
BigIntegerLexicoder
A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
|
class |
BytesLexicoder
For each of the methods, this lexicoder just passes the input through untouched.
|
class |
DateLexicoder
A lexicoder for date objects.
|
class |
DoubleLexicoder
A lexicoder for preserving the native Java sort order of Double values.
|
class |
IntegerLexicoder
A lexicoder for signed integers.
|
class |
ListLexicoder<LT>
A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.
|
class |
LongLexicoder
Signed long lexicoder.
|
class |
PairLexicoder<A extends Comparable<A>,B extends Comparable<B>>
This class is a lexicoder that sorts a ComparablePair.
|
class |
ReverseLexicoder<T>
A lexicoder that flips the sort order from another lexicoder.
|
class |
StringLexicoder
This lexicoder encodes/decodes a given String to/from bytes without further processing.
|
class |
TextLexicoder
A lexicoder that preserves a Text's native sort order.
|
class |
UIntegerLexicoder
A lexicoder for an unsigned integer.
|
class |
ULongLexicoder
Unsigned long lexicoder.
|
class |
UUIDLexicoder
A lexicoder for a UUID that maintains its lexicographic sorting order.
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<T> |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.