7a9df74eaff94601abf1caf974eb88d347d34cfe
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type serializedJobInformation : SerializedValue<JobInformation> to serializedJobInformation : MaybeOffloaded<JobInformation> in method public TaskDeploymentDescriptor(jobId JobID, serializedJobInformation MaybeOffloaded<JobInformation>, serializedTaskInformation MaybeOffloaded<TaskInformation>, executionAttemptId ExecutionAttemptID, allocationId AllocationID, subtaskIndex int, attemptNumber int, targetSlotNumber int, taskStateHandles TaskStateSnapshot, resultPartitionDeploymentDescriptors Collection<ResultPartitionDeploymentDescriptor>, inputGateDeploymentDescriptors Collection<InputGateDeploymentDescriptor>) in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor | From | To | |
Change Parameter Type serializedTaskInformation : SerializedValue<TaskInformation> to serializedTaskInformation : MaybeOffloaded<TaskInformation> in method public TaskDeploymentDescriptor(jobId JobID, serializedJobInformation MaybeOffloaded<JobInformation>, serializedTaskInformation MaybeOffloaded<TaskInformation>, executionAttemptId ExecutionAttemptID, allocationId AllocationID, subtaskIndex int, attemptNumber int, targetSlotNumber int, taskStateHandles TaskStateSnapshot, resultPartitionDeploymentDescriptors Collection<ResultPartitionDeploymentDescriptor>, inputGateDeploymentDescriptors Collection<InputGateDeploymentDescriptor>) in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor | From | To | |
Rename Variable | 1 | ||
Rename Variable serializedJobVertexInformation : SerializedValue<TaskInformation> to serializedTaskInformation : TaskDeploymentDescriptor.MaybeOffloaded<TaskInformation> in method package createDeploymentDescriptor(executionId ExecutionAttemptID, targetSlot SimpleSlot, taskStateHandles TaskStateSnapshot, attemptNumber int) : TaskDeploymentDescriptor in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute public lastTDD : TaskDeploymentDescriptor from class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.SimpleActorGateway to public lastTDD : TaskDeploymentDescriptor from class org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.SimpleActorGatewayWithTDD | From | To | |
Change Variable Type | 1 | ||
Change Variable Type serializedJobVertexInformation : SerializedValue<TaskInformation> to serializedTaskInformation : TaskDeploymentDescriptor.MaybeOffloaded<TaskInformation> in method package createDeploymentDescriptor(executionId ExecutionAttemptID, targetSlot SimpleSlot, taskStateHandles TaskStateSnapshot, attemptNumber int) : TaskDeploymentDescriptor in class org.apache.flink.runtime.executiongraph.ExecutionVertex | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type serializedJobInformation : SerializedValue<JobInformation> to serializedJobInformation : MaybeOffloaded<JobInformation> in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor | From | To | |
Change Attribute Type serializedTaskInformation : SerializedValue<TaskInformation> to serializedTaskInformation : MaybeOffloaded<TaskInformation> in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor | From | To |