Class | Description |
---|---|
AvroSerializer<T> | Deprecated |
AvroSerializer.AvroSerializerConfigSnapshot<T> |
Config snapshot for this serializer.
|
CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>> |
Comparator for all Value types that extend Key
|
CopyableValueSerializer<T extends CopyableValue<T>> | |
CopyableValueSerializer.CopyableValueSerializerConfigSnapshot<T extends CopyableValue<T>> | |
DataInputViewStream |
An input stream that draws its data from a
DataInputView . |
DataOutputViewStream | |
EitherSerializer<L,R> |
A
TypeSerializer for the Either type of the Java class. |
EitherSerializerConfigSnapshot<L,R> |
Configuration snapshot for serializers of the
Either type,
containing configuration snapshots of the Left and Right serializers. |
FieldSerializer |
This class is for the serialization of java.lang.reflect.Field, which doesn't implement Serializable, therefore
readObject/writeObject need to be implemented in classes where there is a field of type java.lang.reflect.Field.
|
GenericTypeComparator<T extends Comparable<T>> |
TypeComparator for all types that extend Comparable.
|
KryoRegistration |
A
KryoRegistration resembles a registered class and its serializer in Kryo. |
KryoRegistrationSerializerConfigSnapshot<T> |
Configuration snapshot base class for serializers that use Kryo for serialization.
|
KryoRegistrationSerializerConfigSnapshot.DummyKryoSerializerClass<RC> |
Placeholder dummmy for a previously registered Kryo serializer that is no longer valid or in classpath on restore.
|
KryoRegistrationSerializerConfigSnapshot.DummyRegisteredClass |
Placeholder dummy for a previously registered class that can no longer be found in classpath on restore.
|
KryoUtils |
Convenience methods for Kryo
|
NoFetchingInput | |
NullAwareComparator<T> |
Null-aware comparator that wraps a comparator which does not support null references.
|
NullMaskUtils | |
PojoComparator<T> | |
PojoSerializer<T> | |
PojoSerializer.PojoSerializerConfigSnapshot<T> | |
RowComparator |
Comparator for
Row |
RowSerializer |
Serializer for
Row . |
RowSerializer.RowSerializerConfigSnapshot | |
RuntimeComparatorFactory<T> | |
RuntimePairComparatorFactory<T1,T2> | |
RuntimeSerializerFactory<T> | |
Tuple0Serializer | |
TupleComparator<T extends Tuple> | |
TupleComparatorBase<T> | |
TupleSerializer<T extends Tuple> | |
TupleSerializerBase<T> | |
TupleSerializerConfigSnapshot<T> |
Snapshot of a tuple serializer's configuration.
|
ValueComparator<T extends Value & Comparable<T>> |
Comparator for all Value types that extend Key
|
ValueSerializer<T extends Value> |
Serializer for
Value types. |
ValueSerializer.ValueSerializerConfigSnapshot<T extends Value> | |
WritableComparator<T extends org.apache.hadoop.io.Writable & Comparable<T>> |
A
TypeComparator for Writable . |
WritableSerializer<T extends org.apache.hadoop.io.Writable> |
A
TypeSerializer for Writable . |
WritableSerializer.WritableSerializerConfigSnapshot<T extends org.apache.hadoop.io.Writable> |
The config snapshot for this serializer.
|
Enum | Description |
---|---|
KryoRegistration.SerializerDefinitionType |
IMPORTANT: the order of the enumerations must not change, since their ordinals are used for serialization.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.