Uses of Class
org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
Packages that use TtlStateFactory.TtlSerializer Package Description org.apache.flink.runtime.state.ttl -
-
Uses of TtlStateFactory.TtlSerializer in org.apache.flink.runtime.state.ttl
Methods in org.apache.flink.runtime.state.ttl that return TtlStateFactory.TtlSerializer Modifier and Type Method Description protected TtlStateFactory.TtlSerializer<T>TtlStateFactory.TtlSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)Methods in org.apache.flink.runtime.state.ttl with parameters of type TtlStateFactory.TtlSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]TtlStateFactory.TtlSerializerSnapshot. getNestedSerializers(TtlStateFactory.TtlSerializer<T> outerSerializer)
-