eac6088a75e813a015b778f4cfc4cce0cf2a53ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getInstanceConnectionInfo() : TaskManagerLocation renamed to public getTaskManagerLocation() : TaskManagerLocation in class org.apache.flink.runtime.instance.Instance | From | To | |
Rename Variable | 1 | ||
Rename Variable consumerConnectionInfo : TaskManagerLocation to consumerLocation : TaskManagerLocation in method public createInputChannelDeploymentDescriptor(consumerExecution Execution) : InputChannelDeploymentDescriptor in class org.apache.flink.runtime.deployment.PartialInputChannelDeploymentDescriptor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute connectionInfo : TaskManagerLocation to location : TaskManagerLocation in class org.apache.flink.runtime.instance.Instance | From | To | |
Rename Attribute partitionConnectionInfo : TaskManagerLocation to partitionTaskManagerLocation : TaskManagerLocation in class org.apache.flink.runtime.deployment.PartialInputChannelDeploymentDescriptor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter connectionInfo : TaskManagerLocation to location : TaskManagerLocation in method public Instance(actorGateway ActorGateway, location TaskManagerLocation, id InstanceID, resources HardwareDescription, numberOfSlots int) in class org.apache.flink.runtime.instance.Instance | From | To | |
Rename Parameter partitionConnectionInfo : TaskManagerLocation to partitionTaskManagerLocation : TaskManagerLocation in method public PartialInputChannelDeploymentDescriptor(resultId IntermediateDataSetID, partitionID ResultPartitionID, partitionTaskManagerLocation TaskManagerLocation, partitionConnectionIndex int) in class org.apache.flink.runtime.deployment.PartialInputChannelDeploymentDescriptor | From | To | |
Rename Parameter connectionInfo : TaskManagerLocation to taskManagerLocation : TaskManagerLocation in method public registerTaskManager(taskManager ActorRef, taskManagerLocation TaskManagerLocation, resources HardwareDescription, numberOfSlots int, leaderSessionID UUID) : InstanceID in class org.apache.flink.runtime.instance.InstanceManager | From | To |