Class RuntimeStateInfo

  • All Implemented Interfaces:
    Serializable

    public class RuntimeStateInfo
    extends Object
    implements Serializable
    Serializable representation of TypeInferenceUtil.StateInfo that will translate into state descriptors and state access.
    See Also:
    Serialized Form
    • 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()