See: Description
| Class | Description |
|---|---|
| CoderTypeInformation<T> |
Flink
TypeInformation for Dataflow Coders. |
| CoderTypeSerializer<T> |
Flink
TypeSerializer for Beam Coders. |
| CoderTypeSerializer.CoderTypeSerializerConfigSnapshot<T> |
TypeSerializerConfigSnapshot of CoderTypeSerializer.
|
| EncodedValueComparator |
Flink
TypeComparator for Beam values that have been
encoded to byte data by a Coder. |
| EncodedValueSerializer |
TypeSerializer for values that were encoded using a Coder. |
| EncodedValueTypeInformation |
Flink
TypeInformation for Beam values that have been encoded to byte data by a Coder. |
| InspectableByteArrayOutputStream |
Version of
ByteArrayOutputStream that allows to retrieve the internal byte[]
buffer without incurring an array copy. |
| KvKeySelector<InputT,K> |
KeySelector that extracts the key from a KV and returns it in encoded form as a
byte array. |