Uses of Class
org.apache.flink.runtime.state.ttl.TtlValue
-
Packages that use TtlValue Package Description org.apache.flink.runtime.state.ttl -
-
Uses of TtlValue in org.apache.flink.runtime.state.ttl
Methods in org.apache.flink.runtime.state.ttl that return TtlValue Modifier and Type Method Description TtlValue<T>TtlStateFactory.TtlSerializer. createInstance(Object... values)Methods in org.apache.flink.runtime.state.ttl that return types with arguments of type TtlValue Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.CompositeSerializer<TtlValue<T>>TtlStateFactory.TtlSerializer. createSerializerInstance(org.apache.flink.api.common.typeutils.CompositeSerializer.PrecomputedParameters precomputed, org.apache.flink.api.common.typeutils.TypeSerializer<?>... originalSerializers)org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TtlValue<T>>TtlStateFactory.TtlSerializer. snapshotConfiguration()Methods in org.apache.flink.runtime.state.ttl with parameters of type TtlValue Modifier and Type Method Description protected ObjectTtlStateFactory.TtlSerializer. getField(TtlValue<T> v, int index)protected voidTtlStateFactory.TtlSerializer. setField(TtlValue<T> v, int index, Object fieldValue)
-