|
Change Parameter Type vertexSaver : VertexSaver<I,V,E> to vertexSaver : SimpleVertexWriter<I,V,E> in method public runAppWithVertexOutput(graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Change Parameter Type conf : ImmutableClassesGiraphConfiguration to conf : ImmutableClassesGiraphConfiguration<I,V,E> in method public MasterGraphPartitionerImpl(conf ImmutableClassesGiraphConfiguration<I,V,E>) in class org.apache.giraph.partition.MasterGraphPartitionerImpl |
From |
To |
|
Change Parameter Type vertexSaver : VertexSaver<I,V,E> to vertexSaver : SimpleVertexWriter<I,V,E> in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Move Method public getPartitionInRange(value long, max long, partitions int) : int from class org.apache.giraph.partition.SimplePartitionerFactory to public getPartitionInRange(value long, max long, partitions int) : int from class org.apache.giraph.partition.GraphPartitionerFactory |
From |
To |
|
Move Method public createMasterGraphPartitioner() : MasterGraphPartitioner<I,V,E> from class org.apache.giraph.partition.SimplePartitionerFactory to public createMasterGraphPartitioner() : MasterGraphPartitioner<I,V,E> from class org.apache.giraph.partition.GraphPartitionerFactory |
From |
To |
|
Move Method public createWorkerGraphPartitioner() : WorkerGraphPartitioner<I,V,E> from class org.apache.giraph.partition.SimplePartitionerFactory to public createWorkerGraphPartitioner() : WorkerGraphPartitioner<I,V,E> from class org.apache.giraph.partition.GraphPartitionerFactory |
From |
To |
|
Move Method public getPartitionInRange(value int, max int, partitions int) : int from class org.apache.giraph.partition.SimplePartitionerFactory to public getPartitionInRange(value int, max int, partitions int) : int from class org.apache.giraph.partition.GraphPartitionerFactory |
From |
To |
|
Rename Variable vertex : Vertex<I,V,E> to partition : Partition<I,V,E> in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Rename Variable numWorkers : int to numPartitions : int in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Rename Variable vertex : Vertex<I,V,E> to partition : Partition<I,V,E> in method public getTotalNumEdges() : long in class org.apache.giraph.block_app.framework.api.local.InternalApi |
From |
To |
|
Rename Variable curVertices : List<Vertex<I,V,E>> to partition : Partition<I,V,E> in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Change Variable Type vertex : Vertex<I,V,E> to partition : Partition<I,V,E> in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Change Variable Type noOpVertexSaver : VertexSaver<I,V,E> to noOpVertexSaver : SimpleVertexWriter<I,V,E> in method public runBlock(graph TestGraph<I,V,E>, block Block, executionStage Object) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Change Variable Type noOpVertexSaver : VertexSaver<I,V,E> to noOpVertexSaver : SimpleVertexWriter<I,V,E> in method public runApp(graph TestGraph<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |
|
Change Variable Type vertex : Vertex<I,V,E> to partition : Partition<I,V,E> in method public getTotalNumEdges() : long in class org.apache.giraph.block_app.framework.api.local.InternalApi |
From |
To |
|
Change Variable Type curVertices : List<Vertex<I,V,E>> to partition : Partition<I,V,E> in method public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver SimpleVertexWriter<I,V,E>) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner |
From |
To |