Uses of Interface
org.apache.flink.core.io.Versioned
-
Packages that use Versioned Package Description org.apache.flink.core.io -
-
Uses of Versioned in org.apache.flink.core.io
Subinterfaces of Versioned in org.apache.flink.core.io Modifier and Type Interface Description interfaceSimpleVersionedSerializer<E>A simple serializer interface for versioned serialization.Classes in org.apache.flink.core.io that implement Versioned Modifier and Type Class Description classPostVersionedIOReadableWritableAVersionedIOReadableWritablewhich allows to differentiate whether the previous data was versioned with aVersionedIOReadableWritable.classVersionedIOReadableWritableThis is the abstract base class forIOReadableWritablewhich allows to differentiate between serialization versions.
-