K - The key type of the elements in the Broadcast State.V - The value type of the elements in the Broadcast State.public interface BackendWritableBroadcastState<K,V>
extends org.apache.flink.api.common.state.BroadcastState<K,V>
Broadcast
State and the OperatorStateBackend.| Modifier and Type | Method and Description |
|---|---|
BackendWritableBroadcastState<K,V> |
deepCopy() |
RegisteredBroadcastStateBackendMetaInfo<K,V> |
getStateMetaInfo() |
void |
setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K,V> stateMetaInfo) |
long |
write(org.apache.flink.core.fs.FSDataOutputStream out) |
entries, iterator, put, putAll, removeBackendWritableBroadcastState<K,V> deepCopy()
long write(org.apache.flink.core.fs.FSDataOutputStream out)
throws IOException
IOExceptionvoid setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K,V> stateMetaInfo)
RegisteredBroadcastStateBackendMetaInfo<K,V> getStateMetaInfo()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.