17e54ba3d0c4256f47c5c1419cdae7644378802d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getTraversal(scope MessageScope.Local<?>, graph TitanTransaction) : Traversal<Vertex,Edge> renamed to public getReverseTitanVertexStep(scope MessageScope.Local<?>, graph TitanTransaction) : TitanVertexStep<Vertex> in class com.thinkaurelius.titan.graphdb.olap.computer.FulgoraUtil | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private processPartitionedVertices(exeuctor ExecutorService, tx StandardTitanTx, metrics ScanMetrics) : void from class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob to public run(numThreads int, metrics ScanMetrics) : void from class com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor | From | To | |
Change Return Type | 1 | ||
Change Return Type Traversal<Vertex,Edge> to TitanVertexStep<Vertex> in method public getReverseTitanVertexStep(scope MessageScope.Local<?>, graph TitanTransaction) : TitanVertexStep<Vertex> in class com.thinkaurelius.titan.graphdb.olap.computer.FulgoraUtil | From | To | |
Move Attribute | 3 | ||
Move Attribute public GHOTST_PARTITION_VERTEX : String from class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob to public GHOTST_PARTITION_VERTEX : String from class com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor | From | To | |
Move Attribute public PARTITION_VERTEX_POSTSUCCESS : String from class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob to public PARTITION_VERTEX_POSTSUCCESS : String from class com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor | From | To | |
Move Attribute public PARTITION_VERTEX_POSTFAIL : String from class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob to public PARTITION_VERTEX_POSTFAIL : String from class com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor | From | To | |
Extract Class | 1 | ||
Extract Class com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor from class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob | From | To | |
Move Class | 1 | ||
Move Class com.thinkaurelius.titan.graphdb.olap.computer.VertexProgramScanJob.PartitionedVertexProcessor moved to com.thinkaurelius.titan.graphdb.olap.computer.PartitionedVertexProgramExecutor.PartitionedVertexProcessor | From | To | |
Extract Method | 3 | ||
Extract Method private getReverseTraversal(scope MessageScope.Local<?>, graph TitanTransaction, start Vertex) : FulgoraElementTraversal<Vertex,Edge> extracted from public getTraversal(scope MessageScope.Local<?>, graph TitanTransaction) : Traversal<Vertex,Edge> in class com.thinkaurelius.titan.graphdb.olap.computer.FulgoraUtil | From | To | |
Extract Method private getReverseTraversal(scope MessageScope.Local<?>, graph TitanTransaction, start Vertex) : FulgoraElementTraversal<Vertex,Edge> extracted from public getReverseElementTraversal(scope MessageScope.Local<?>, start Vertex, graph TitanTransaction) : Traversal<Vertex,Edge> in class com.thinkaurelius.titan.graphdb.olap.computer.FulgoraUtil | From | To | |
Extract Method public startTransaction(graph StandardTitanGraph) : StandardTitanTx extracted from public workerIterationStart(jobConfig Configuration, graphConfig Configuration, metrics ScanMetrics) : void in class com.thinkaurelius.titan.graphdb.olap.VertexJobConverter | From | To |