| CompositeSerializer<T> |
Base class for composite serializers.
|
| CompositeSerializer.PrecomputedParameters |
This class holds composite serializer parameters which can be precomputed in advanced for
better performance.
|
| CompositeType<T> |
Base type information class for Tuple and Pojo types
|
| CompositeType.FlatFieldDescriptor |
|
| CompositeTypeComparator<T> |
|
| CompositeTypeSerializerSnapshot<T,S extends TypeSerializer<T>> |
A CompositeTypeSerializerSnapshot is a convenient serializer snapshot class that can be
used by simple serializers which 1) delegates its serialization to multiple nested serializers,
and 2) may contain some extra static information that needs to be persisted as part of its
snapshot.
|
| CompositeTypeSerializerUtil |
|
| CompositeTypeSerializerUtil.IntermediateCompatibilityResult<T> |
|
| GenericPairComparator<T1,T2> |
|
| GenericTypeSerializerSnapshot<T,S extends TypeSerializer> |
|
| NestedSerializersSnapshotDelegate |
A NestedSerializersSnapshotDelegate represents the snapshots of multiple serializers that are
used by an outer serializer.
|
| SameTypePairComparator<T> |
|
| SimpleTypeSerializerSnapshot<T> |
A simple base class for TypeSerializerSnapshots, for serializers that have no parameters.
|
| SingleThreadAccessCheckingTypeSerializer<T> |
|
| SingleThreadAccessCheckingTypeSerializer.SingleThreadAccessCheckingTypeSerializerSnapshot<T> |
|
| TypeComparator<T> |
This interface describes the methods that are required for a data type to be handled by the pact
runtime.
|
| TypePairComparator<T1,T2> |
This interface defines the method required by the runtime to use data types in join-like
operations.
|
| TypeSerializer<T> |
This interface describes the methods that are required for a data type to be handled by the Flink
runtime.
|
| TypeSerializerSchemaCompatibility<T> |
A TypeSerializerSchemaCompatibility represents information about whether or not a TypeSerializer can be safely used to read data written by a previous type serializer.
|
| TypeSerializerSnapshotSerializationUtil |
|
| TypeSerializerUtils |
|
| UnloadableDummyTypeSerializer<T> |
|