| Class | Description |
|---|---|
| AvroSerializer<T> |
General purpose serialization.
|
| CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>> |
Comparator for all Value types that extend Key
|
| CopyableValueSerializer<T extends CopyableValue<T>> | |
| DataInputDecoder | |
| DataInputViewStream | |
| DataOutputEncoder | |
| DataOutputViewStream | |
| GenericTypeComparator<T extends Comparable<T>> |
TypeComparator for all types that extend Comparable.
|
| KryoSerializer<T> |
A type serializer that serializes its type using the Kryo serialization
framework (https://github.com/EsotericSoftware/kryo).
|
| KryoSerializer.AvroSchemaSerializer |
Slow serialization approach for Avro schemas.
|
| KryoSerializer.SpecificInstanceCollectionSerializer<T extends Collection> |
Special serializer for Java collections enforcing certain instance types.
|
| NoFetchingInput | |
| PojoComparator<T> | |
| PojoSerializer<T> | |
| RuntimeComparatorFactory<T> | |
| RuntimePairComparatorFactory<T1,T2> | |
| RuntimeSerializerFactory<T> | |
| TupleComparator<T extends Tuple> | |
| TupleComparatorBase<T> | |
| TupleSerializer<T extends Tuple> | |
| TupleSerializerBase<T> | |
| ValueComparator<T extends Value & Comparable<T>> |
Comparator for all Value types that extend Key
|
| ValueSerializer<T extends Value> |
Serializer for
Value types. |
| WritableComparator<T extends org.apache.hadoop.io.Writable & Comparable<T>> | |
| WritableSerializer<T extends org.apache.hadoop.io.Writable> |
Copyright © 2015 The Apache Software Foundation. All rights reserved.