Package org.apache.flink.state.table
Interface SavepointTypeInformationFactory
-
@Experimental public interface SavepointTypeInformationFactoryTypeInformationfactory for decoding savepoint value data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.api.common.typeinfo.TypeInformation<?>getTypeInformation()ReturnsTypeInformationfor data deserialization.
-