aa5e5b3087a68f2aac792c0b0fc64b4f9c707e9b
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public commitCheckpoint(checkpointId long, stateName String, state StateHandle<Serializable>) : void renamed to public notifyCheckpointComplete(checkpointId long) : void in class org.apache.flink.streaming.connectors.kafka.api.persistent.PersistentKafkaSource | From | To | |
Rename Method public confirmCheckpointCompleted(checkpointId long, stateName String, checkpointedState StateHandle<Serializable>) : void renamed to public notifyCheckpointComplete(checkpointId long) : void in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator | From | To | |
Rename Method public confirmCheckpoint(checkpointID long, state SerializedValue<StateHandle<?>>) : void renamed to public notifyCheckpointComplete(checkpointID long) : void in class org.apache.flink.runtime.taskmanager.Task | From | To | |
Rename Method public confirmCheckpoint(checkpointId long, state SerializedValue<StateHandle<?>>) : void renamed to public notifyCheckpointComplete(checkpointId long) : void in class org.apache.flink.runtime.taskmanager.TaskAsyncCallTest.CheckpointsInOrderInvokable | From | To | |
Rename Method public confirmCheckpointCompleted(checkpointId long, stateName String, checkpointedState StateHandle<Serializable>) : void renamed to public notifyCheckpointComplete(checkpointId long) : void in class org.apache.flink.streaming.api.operators.StatefulStreamOperator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type type : Object to type : T in method public TypeInformationSerializationSchema(type T, ec ExecutionConfig) in class org.apache.flink.streaming.connectors.kafka.Utils.TypeInformationSerializationSchema | From | To | |
Rename Variable | 1 | ||
Rename Variable confirmMessage : ConfirmCheckpoint to notifyMessage : NotifyCheckpointComplete in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.flink.runtime.messages.checkpoint.ConfirmCheckpoint renamed to org.apache.flink.runtime.messages.checkpoint.NotifyCheckpointComplete | From | To | |
Extract Variable | 1 | ||
Extract Variable pks : TestPersistentKafkaSource<Tuple2<Integer,Integer>> in method private readSequence(env StreamExecutionEnvironment, cc ConsumerConfig, topicName String, valuesStartFrom int, valuesCount int, finalCount int) : void from class org.apache.flink.streaming.connectors.kafka.KafkaITCase | From | To | |
Change Variable Type | 3 | ||
Change Variable Type checkpointer : CheckpointCommittingOperator to checkpointer : CheckpointNotificationOperator in method public notifyCheckpointComplete(checkpointID long) : void in class org.apache.flink.runtime.taskmanager.Task | From | To | |
Change Variable Type that : ConfirmCheckpoint to that : NotifyCheckpointComplete in method public equals(o Object) : boolean in class org.apache.flink.runtime.messages.checkpoint.NotifyCheckpointComplete | From | To | |
Change Variable Type confirmMessage : ConfirmCheckpoint to notifyMessage : NotifyCheckpointComplete in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lastOffsets : OperatorState<long[]> to lastOffsets : long[] in class org.apache.flink.streaming.connectors.kafka.api.persistent.PersistentKafkaSource | From | To |