| CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>> |
Comparator for all Value types that extend Key
|
| CopyableValueSerializer<T extends CopyableValue<T>> |
|
| CopyableValueSerializer.CopyableValueSerializerSnapshot<T extends CopyableValue<T>> |
|
| DataInputViewStream |
|
| DataOutputViewStream |
|
| EitherSerializer<L,R> |
|
| EitherSerializerSnapshot<L,R> |
Deprecated.
|
| 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.
|
| JavaEitherSerializerSnapshot<L,R> |
|
| KryoRegistration |
A KryoRegistration resembles a registered class and its serializer in Kryo.
|
| KryoUtils |
Convenience methods for Kryo
|
| MaskUtils |
Utilities for reading and writing binary masks.
|
| NoFetchingInput |
|
| NullableSerializer<T> |
Serializer wrapper to add support of null value serialization.
|
| NullableSerializer.NullableSerializerSnapshot<T> |
Snapshot for serializers of nullable types, containing the snapshot of its original
serializer.
|
| NullAwareComparator<T> |
Null-aware comparator that wraps a comparator which does not support null references.
|
| PojoComparator<T> |
|
| PojoSerializer<T> |
|
| PojoSerializerSnapshot<T> |
|
| RowComparator |
|
| RowSerializer |
|
| RowSerializer.RowSerializerSnapshot |
|
| RuntimeComparatorFactory<T> |
|
| RuntimePairComparatorFactory<T1,T2> |
|
| RuntimeSerializerFactory<T> |
|
| Tuple0Serializer |
|
| Tuple0SerializerSnapshot |
|
| TupleComparator<T extends Tuple> |
|
| TupleComparatorBase<T> |
|
| TupleSerializer<T extends Tuple> |
|
| TupleSerializerBase<T> |
|
| TupleSerializerSnapshot<T extends Tuple> |
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.ValueSerializerSnapshot<T extends Value> |
|