| Package | Description |
|---|---|
| org.apache.flink.api.common.typeutils | |
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.api.java.typeutils.runtime |
| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeSerializer.ConfigSnapshot
Snapshot field serializers of composite type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionSerializerConfigSnapshot<T>
Configuration snapshot of a serializer for collection types.
|
class |
GenericArraySerializerConfigSnapshot<C>
Point-in-time configuration of a
GenericArraySerializer. |
class |
MapSerializerConfigSnapshot<K,V>
Configuration snapshot for serializers of maps, containing the
configuration snapshot of its key serializer and value serializer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EitherSerializerConfigSnapshot<L,R>
Configuration snapshot for serializers of the
Either type,
containing configuration snapshots of the Left and Right serializers. |
static class |
RowSerializer.RowSerializerConfigSnapshot |
class |
TupleSerializerConfigSnapshot<T>
Snapshot of a tuple serializer's configuration.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.