Uses of Class
org.apache.flink.runtime.state.ttl.TtlValue
Packages that use TtlValue
-
Uses of TtlValue in org.apache.flink.runtime.state.ttl
Methods in org.apache.flink.runtime.state.ttl that return TtlValueModifier and TypeMethodDescriptionTtlStateFactory.TtlSerializer.createInstance(Object... values) AbstractTtlDecorator.getWrappedWithTtlCheckAndUpdate(org.apache.flink.util.function.SupplierWithException<TtlValue<V>, SE> getter, org.apache.flink.util.function.ThrowingConsumer<TtlValue<V>, CE> updater, org.apache.flink.util.function.ThrowingRunnable<CLE> stateClear) <V> TtlValue<V>AbstractTtlDecorator.rewrapWithNewTs(TtlValue<V> ttlValue) <V> TtlValue<V>AbstractTtlDecorator.wrapWithTs(V value) static <V> TtlValue<V>TtlUtils.wrapWithTs(V value, long ts) Methods in org.apache.flink.runtime.state.ttl that return types with arguments of type TtlValueModifier and TypeMethodDescriptionTtlStateFactory.TtlSerializer.createSerializerInstance(org.apache.flink.api.common.typeutils.CompositeSerializer.PrecomputedParameters precomputed, org.apache.flink.api.common.typeutils.TypeSerializer<?>... originalSerializers) TtlStateFactory.TtlSerializer.snapshotConfiguration()Methods in org.apache.flink.runtime.state.ttl with parameters of type TtlValueModifier and TypeMethodDescription<V> booleanstatic <V> booleanstatic <V> booleanTtlUtils.expired(TtlValue<V> ttlValue, long ttl, TtlTimeProvider timeProvider) protected <T> TAbstractTtlDecorator.getElementWithTtlCheck(TtlValue<T> ttlValue) protected Object<V> VAbstractTtlDecorator.getUnexpired(TtlValue<V> ttlValue) <V> TtlValue<V>AbstractTtlDecorator.rewrapWithNewTs(TtlValue<V> ttlValue) protected voidMethod parameters in org.apache.flink.runtime.state.ttl with type arguments of type TtlValueModifier and TypeMethodDescriptionAbstractTtlDecorator.getWithTtlCheckAndUpdate(org.apache.flink.util.function.SupplierWithException<TtlValue<V>, SE> getter, org.apache.flink.util.function.ThrowingConsumer<TtlValue<V>, CE> updater, org.apache.flink.util.function.ThrowingRunnable<CLE> stateClear) AbstractTtlDecorator.getWithTtlCheckAndUpdate(org.apache.flink.util.function.SupplierWithException<TtlValue<V>, SE> getter, org.apache.flink.util.function.ThrowingConsumer<TtlValue<V>, CE> updater, org.apache.flink.util.function.ThrowingRunnable<CLE> stateClear) AbstractTtlDecorator.getWrappedWithTtlCheckAndUpdate(org.apache.flink.util.function.SupplierWithException<TtlValue<V>, SE> getter, org.apache.flink.util.function.ThrowingConsumer<TtlValue<V>, CE> updater, org.apache.flink.util.function.ThrowingRunnable<CLE> stateClear) AbstractTtlDecorator.getWrappedWithTtlCheckAndUpdate(org.apache.flink.util.function.SupplierWithException<TtlValue<V>, SE> getter, org.apache.flink.util.function.ThrowingConsumer<TtlValue<V>, CE> updater, org.apache.flink.util.function.ThrowingRunnable<CLE> stateClear) -
Uses of TtlValue in org.apache.flink.runtime.state.v2.ttl
Methods in org.apache.flink.runtime.state.v2.ttl that return TtlValueModifier and TypeMethodDescriptionTtlAggregateFunction.createAccumulator()TtlStateFactory.TtlSerializer.createInstance(Object... values) Methods in org.apache.flink.runtime.state.v2.ttl that return types with arguments of type TtlValueModifier and TypeMethodDescriptionTtlStateFactory.TtlSerializer.createSerializerInstance(org.apache.flink.api.common.typeutils.CompositeSerializer.PrecomputedParameters precomputed, org.apache.flink.api.common.typeutils.TypeSerializer<?>... originalSerializers) TtlStateFactory.TtlSerializer.snapshotConfiguration()Methods in org.apache.flink.runtime.state.v2.ttl with parameters of type TtlValue