Class RuntimeStateInfo
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.process.RuntimeStateInfo
-
- All Implemented Interfaces:
Serializable
public class RuntimeStateInfo extends Object implements Serializable
Serializable representation ofTypeInferenceUtil.StateInfothat will translate into state descriptors and state access.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeStateInfo(String stateName, org.apache.flink.table.types.DataType dataType, long timeToLive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.types.DataTypegetDataType()StringgetStateName()longgetTimeToLive()
-
-
-
Constructor Detail
-
RuntimeStateInfo
public RuntimeStateInfo(String stateName, org.apache.flink.table.types.DataType dataType, long timeToLive)
-
-
Method Detail
-
getStateName
public String getStateName()
-
getDataType
public org.apache.flink.table.types.DataType getDataType()
-
getTimeToLive
public long getTimeToLive()
-
-