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 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(FSDataOutputStream out) |
entries, iterator, put, putAll, remove
contains, get, immutableEntries
BackendWritableBroadcastState<K,V> deepCopy()
long write(FSDataOutputStream out) throws IOException
IOException
void setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K,V> stateMetaInfo)
RegisteredBroadcastStateBackendMetaInfo<K,V> getStateMetaInfo()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.