|
Move Method private createMessageStoreFactory() : MessageStoreFactory<I,Writable,MessageStore<I,Writable>> from class org.apache.giraph.comm.netty.NettyWorkerServer to private createMessageStoreFactory() : MessageStoreFactory<I,Writable,MessageStore<I,Writable>> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Method public getIncomingMessageStore() : MessageStore<I,M> from class org.apache.giraph.comm.ServerData to public getIncomingMessageStore() : MessageStore<I,M> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Method public getCurrentMessageStore() : MessageStore<I,M> from class org.apache.giraph.comm.ServerData to public getCurrentMessageStore() : MessageStore<I,M> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Method public waitForComplete() : void from class org.apache.giraph.comm.ServerData to public waitForComplete() : void from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private edgeStore : EdgeStore<I,V,E> from class org.apache.giraph.ooc.DiskBackedPartitionStore to protected edgeStore : EdgeStore<I,V,E> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private edgeStore : EdgeStore<I,V,E> from class org.apache.giraph.partition.SimplePartitionStore to protected edgeStore : EdgeStore<I,V,E> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private serviceWorker : CentralizedServiceWorker<I,V,E> from class org.apache.giraph.ooc.DiskBackedPartitionStore to protected serviceWorker : CentralizedServiceWorker<I,V,E> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private conf : ImmutableClassesGiraphConfiguration<I,V,E> from class org.apache.giraph.ooc.DiskBackedPartitionStore to protected conf : ImmutableClassesGiraphConfiguration<I,V,E> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private conf : ImmutableClassesGiraphConfiguration<I,V,E> from class org.apache.giraph.partition.SimplePartitionStore to protected conf : ImmutableClassesGiraphConfiguration<I,V,E> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Pull Up Attribute private context : Mapper<?,?,?,?> from class org.apache.giraph.partition.SimplePartitionStore to protected context : Mapper<?,?,?,?> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Attribute private incomingMessageStore : MessageStore<I,Writable> from class org.apache.giraph.comm.ServerData to protected incomingMessageStore : MessageStore<I,Writable> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Attribute private currentMessageStore : MessageStore<I,Writable> from class org.apache.giraph.comm.ServerData to protected currentMessageStore : MessageStore<I,Writable> from class org.apache.giraph.partition.PartitionStore |
From |
To |
|
Move Attribute private messageStoreFactory : MessageStoreFactory<I,Writable,MessageStore<I,Writable>> from class org.apache.giraph.comm.ServerData to protected messageStoreFactory : MessageStoreFactory<I,Writable,MessageStore<I,Writable>> from class org.apache.giraph.partition.PartitionStore |
From |
To |