Package | Description |
---|---|
org.apache.flink.api.common.state | |
org.apache.flink.runtime.state | |
org.apache.flink.state.api.functions | |
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Method and Description |
---|---|
<K,V> BroadcastState<K,V> |
OperatorStateStore.getBroadcastState(MapStateDescriptor<K,V> stateDescriptor)
Creates (or restores) a
broadcast state . |
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 |
---|---|
<K,V> BroadcastState<K,V> |
DefaultOperatorStateBackend.getBroadcastState(MapStateDescriptor<K,V> stateDescriptor) |
Modifier and Type | Method and Description |
---|---|
<K,V> BroadcastState<K,V> |
BroadcastStateBootstrapFunction.Context.getBroadcastState(MapStateDescriptor<K,V> descriptor)
Fetches the
BroadcastState with the specified name. |
Modifier and Type | Method and Description |
---|---|
abstract <K,V> BroadcastState<K,V> |
BaseBroadcastProcessFunction.Context.getBroadcastState(MapStateDescriptor<K,V> stateDescriptor)
Fetches the
BroadcastState with the specified name. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.