Package | Description |
---|---|
org.apache.flink.api.common.state | |
org.apache.flink.runtime.state | |
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Interface and Description |
---|---|
interface |
BroadcastState<K,V>
A type of state that can be created to store the state of a
BroadcastStream . |
Modifier and Type | Interface and Description |
---|---|
interface |
BackendWritableBroadcastState<K,V>
An interface with methods related to the interplay between the
Broadcast
State and the OperatorStateBackend . |
Modifier and Type | Class and Description |
---|---|
class |
HeapBroadcastState<K,V>
A
Broadcast State backed a heap-based Map . |
Modifier and Type | Method and Description |
---|---|
abstract <K,V> ReadOnlyBroadcastState<K,V> |
BaseBroadcastProcessFunction.ReadOnlyContext.getBroadcastState(MapStateDescriptor<K,V> stateDescriptor)
Fetches a read-only view of the broadcast state with the specified name.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.