Class StateTtlConfig

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class StateTtlConfig
    extends Object
    implements Serializable
    Configuration of state TTL logic.

    Note: The map state with TTL currently supports null user values only if the user value serializer can handle null values. If the serializer does not support null values, it can be wrapped with NullableSerializer at the cost of an extra byte in the serialized form.

    See Also:
    Serialized Form