Uses of Class
org.apache.flink.state.changelog.StateChangeOperation
-
Packages that use StateChangeOperation Package Description org.apache.flink.state.changelog org.apache.flink.state.changelog.restore -
-
Uses of StateChangeOperation in org.apache.flink.state.changelog
Methods in org.apache.flink.state.changelog that return StateChangeOperation Modifier and Type Method Description static StateChangeOperationStateChangeOperation. byCode(byte opCode)static StateChangeOperationStateChangeOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static StateChangeOperation[]StateChangeOperation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StateChangeOperation in org.apache.flink.state.changelog.restore
Methods in org.apache.flink.state.changelog.restore with parameters of type StateChangeOperation Modifier and Type Method Description voidStateChangeApplier. apply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in)
-