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(TypeSerializer<?>[] nestedSerializers)
Methods in org.apache.flink.runtime.state.ttl with parameters of type TtlStateFactory.TtlSerializer Modifier and Type Method Description protected TypeSerializer<?>[]
TtlStateFactory.TtlSerializerSnapshot. getNestedSerializers(TtlStateFactory.TtlSerializer<T> outerSerializer)
-