Uses of Enum
org.apache.flink.state.changelog.StateChangeOperation
Packages that use StateChangeOperation
-
Uses of StateChangeOperation in org.apache.flink.state.changelog
Methods in org.apache.flink.state.changelog that return StateChangeOperationModifier and TypeMethodDescriptionstatic StateChangeOperationStateChangeOperation.byCode(byte opCode) static StateChangeOperationReturns 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 StateChangeOperationModifier and TypeMethodDescriptionvoidStateChangeApplier.apply(StateChangeOperation operation, org.apache.flink.core.memory.DataInputView in)