public interface CommittableStateManager<GlobalCommitT> extends Serializable
CommitterOperator
. This interface manages operator states about
ManifestCommittable
.Modifier and Type | Method and Description |
---|---|
void |
initializeState(org.apache.flink.runtime.state.StateInitializationContext context,
Committer<?,GlobalCommitT> committer) |
void |
snapshotState(org.apache.flink.runtime.state.StateSnapshotContext context,
List<GlobalCommitT> committables) |
void initializeState(org.apache.flink.runtime.state.StateInitializationContext context, Committer<?,GlobalCommitT> committer) throws Exception
Exception
void snapshotState(org.apache.flink.runtime.state.StateSnapshotContext context, List<GlobalCommitT> committables) throws Exception
Exception
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.