Class StateConfigUtil
- java.lang.Object
-
- org.apache.flink.table.runtime.util.StateConfigUtil
-
public class StateConfigUtil extends Object
Utility to create aStateTtlConfigobject.
-
-
Constructor Summary
Constructors Constructor Description StateConfigUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.api.common.state.StateTtlConfigcreateTtlConfig(long retentionTime)Creates aStateTtlConfigdepends on retentionTime parameter.
-