Uses of Class
org.apache.flink.runtime.state.ttl.TtlAwareSerializer
-
Packages that use TtlAwareSerializer Package Description org.apache.flink.runtime.state.ttl -
-
Uses of TtlAwareSerializer in org.apache.flink.runtime.state.ttl
Methods in org.apache.flink.runtime.state.ttl with parameters of type TtlAwareSerializer Modifier and Type Method Description void
TtlAwareSerializer. migrateValueFromPriorSerializer(TtlAwareSerializer<T> priorTtlAwareSerializer, org.apache.flink.util.function.SupplierWithException<T,IOException> inputSupplier, org.apache.flink.core.memory.DataOutputView target, TtlTimeProvider ttlTimeProvider)
-