Interface StateChangeApplier
@Internal
public interface StateChangeApplier
Applies state data change to some state.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in)
-
Method Details
-
apply
void apply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in) throws Exception - Throws:
Exception
-