3e48cb45b912ef6c76dc120c5f8e5f7c79e3d8e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getDisconnectedLongLongEdgeData(env ExecutionEnvironment) : DataSet<Tuple3<Long,Long,Long>> renamed to public getLongLongEdges(env ExecutionEnvironment) : List<Tuple3<Long,Long,Long>> in class flink.graphs.TestGraphUtils | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type edges : Collection<Tuple3<K,K,EV>> to v : Collection<Tuple2<K,VV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Variable | 2 | ||
Rename Variable v : DataSet<Tuple2<K,VV>> to edges : DataSet<Tuple3<K,K,EV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Variable e : DataSet<Tuple3<K,K,EV>> to vertices : DataSet<Tuple2<K,VV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Change Return Type | 1 | ||
Change Return Type DataSet<Tuple3<Long,Long,Long>> to List<Tuple3<Long,Long,Long>> in method public getLongLongEdges(env ExecutionEnvironment) : List<Tuple3<Long,Long,Long>> in class flink.graphs.TestGraphUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute vertexKeyType : TypeInformation<?> to keyType : TypeInformation<?> in class flink.graphs.Graph | From | To | |
Change Variable Type | 2 | ||
Change Variable Type v : DataSet<Tuple2<K,VV>> to edges : DataSet<Tuple3<K,K,EV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Change Variable Type e : DataSet<Tuple3<K,K,EV>> to vertices : DataSet<Tuple2<K,VV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To | |
Rename Parameter | 1 | ||
Rename Parameter edges : Collection<Tuple3<K,K,EV>> to v : Collection<Tuple2<K,VV>> in method public fromCollection(env ExecutionEnvironment, v Collection<Tuple2<K,VV>>, e Collection<Tuple3<K,K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph | From | To |