Package org.apache.flink.runtime.state
Class PartitionableListState<S>
java.lang.Object
org.apache.flink.runtime.state.PartitionableListState<S>
- Type Parameters:
S- the type of an operator state partition.
- All Implemented Interfaces:
org.apache.flink.api.common.state.AppendingState<S,,Iterable<S>> org.apache.flink.api.common.state.ListState<S>,org.apache.flink.api.common.state.MergingState<S,,Iterable<S>> org.apache.flink.api.common.state.State
public final class PartitionableListState<S>
extends Object
implements org.apache.flink.api.common.state.ListState<S>
Implementation of operator list state.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclear()deepCopy()get()voidsetStateMetaInfo(RegisteredOperatorStateBackendMetaInfo<S> stateMetaInfo) toString()voidlong[]write(org.apache.flink.core.fs.FSDataOutputStream out)
-
Method Details
-
setStateMetaInfo
-
getStateMetaInfo
-
deepCopy
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.flink.api.common.state.State
-
get
-
add
-
toString
-
write
- Throws:
IOException
-
update
- Specified by:
updatein interfaceorg.apache.flink.api.common.state.ListState<S>
-
addAll
- Specified by:
addAllin interfaceorg.apache.flink.api.common.state.ListState<S>
-
getInternalListCopySerializer
-