Interface StateChangeApplier
-
@Internal public interface StateChangeApplierApplies state data change to some state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in)
-
-
-
Method Detail
-
apply
void apply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in) throws Exception
- Throws:
Exception
-
-