Interface BackendWritableBroadcastState<K,​V>

  • Type Parameters:
    K - The key type of the elements in the Broadcast State.
    V - The value type of the elements in the Broadcast State.
    All Superinterfaces:
    org.apache.flink.api.common.state.BroadcastState<K,​V>, org.apache.flink.api.common.state.ReadOnlyBroadcastState<K,​V>, org.apache.flink.api.common.state.State
    All Known Implementing Classes:
    HeapBroadcastState

    public interface BackendWritableBroadcastState<K,​V>
    extends org.apache.flink.api.common.state.BroadcastState<K,​V>
    An interface with methods related to the interplay between the Broadcast State and the OperatorStateBackend.