Package org.apache.flink.core.io
Interface Versioned
-
- All Known Subinterfaces:
SimpleVersionedSerializer<E>
- All Known Implementing Classes:
PostVersionedIOReadableWritable,VersionedIOReadableWritable
@PublicEvolving public interface VersionedThis interface is implemented by classes that provide a version number. Versions numbers can be used to differentiate between evolving classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetVersion()Returns the version number of the object.
-