Modifier and Type | Class and Description |
---|---|
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 |
FloatLexicoder
A lexicoder for preserving the native Java sort order of Float 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 |
AbstractLexicoder<T> |
Modifier and Type | Class and Description |
---|---|
static class |
LongCombiner.FixedLenEncoder
An Encoder that uses an 8-byte encoding for Longs.
|
static class |
LongCombiner.StringEncoder
An Encoder that uses a String representation of Longs.
|
static class |
LongCombiner.VarLenEncoder
An Encoder that uses a variable-length encoding for Longs.
|
Modifier and Type | Class and Description |
---|---|
static class |
BigDecimalCombiner.BigDecimalEncoder
Provides the ability to encode scientific notation.
|
static class |
SummingArrayCombiner.DOSArrayEncoder<V> |
static class |
SummingArrayCombiner.FixedLongArrayEncoder |
static class |
SummingArrayCombiner.StringArrayEncoder |
static class |
SummingArrayCombiner.VarLongArrayEncoder |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.