Uses of Interface
org.apache.flink.api.common.state.ReadOnlyBroadcastState
-
Packages that use ReadOnlyBroadcastState Package Description org.apache.flink.api.common.state -
-
Uses of ReadOnlyBroadcastState in org.apache.flink.api.common.state
Subinterfaces of ReadOnlyBroadcastState in org.apache.flink.api.common.state Modifier and Type Interface Description interfaceBroadcastState<K,V>A type of state that can be created to store the state of aBroadcastStream.
-