Class TtlValue<T>
java.lang.Object
org.apache.flink.runtime.state.ttl.TtlValue<T>
- Type Parameters:
T- Type of the user value of state with TTL
- All Implemented Interfaces:
Serializable
This class wraps user value of state with TTL. Visibility is public for usage with external
tools.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TtlValue
-
-
Method Details
-
getUserValue
-
getLastAccessTimestamp
public long getLastAccessTimestamp()
-