Class AbstractValueState<K,​N,​V>

    • Constructor Detail

      • AbstractValueState

        public AbstractValueState​(StateRequestHandler stateRequestHandler,
                                  org.apache.flink.api.common.state.v2.ValueStateDescriptor<V> valueStateDescriptor)
    • Method Detail

      • asyncValue

        public final org.apache.flink.api.common.state.v2.StateFuture<V> asyncValue()
        Specified by:
        asyncValue in interface org.apache.flink.api.common.state.v2.ValueState<K>
      • asyncUpdate

        public final org.apache.flink.api.common.state.v2.StateFuture<Void> asyncUpdate​(V value)
        Specified by:
        asyncUpdate in interface org.apache.flink.api.common.state.v2.ValueState<K>
      • value

        public V value()
        Specified by:
        value in interface org.apache.flink.api.common.state.v2.ValueState<K>
      • update

        public void update​(V value)
        Specified by:
        update in interface org.apache.flink.api.common.state.v2.ValueState<K>