Class | Description |
---|---|
EventRowSerializer |
Row serializer that supports simple schema evolution as defined by the WMF event platform.
|
EventRowSerializer.EventRowSerializerSnapshot |
The serialiazer snapshot, this object is meant to represent the state of a particular
EventRowSerializer . |
EventRowTypeInfo |
Simple subclasss of RowTypeInfo that provides support for:
WMF Event Platform rules
flink application state schema evolution for the Row type (following WMF guidelines)
NOTE: the serialization format is not compatible with the flink RowSerialization and thus RowTypeInfo and EventRowTypeInfo
should not be mixed up.
|
Copyright © 2024. All rights reserved.