|
Rename Method public getSlave() : OStructuralSlave renamed to public getFollower() : OStructuralFollower in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Method public getCoordinator() : OStructuralDistributedMember renamed to public getLeader() : OStructuralDistributedMember in class com.orientechnologies.orient.distributed.impl.structural.OStructuralSubmitContext |
From |
To |
|
Rename Method public setExternalMaster(coordinator OStructuralDistributedMember) : void renamed to public setExternalLeader(coordinator OStructuralDistributedMember) : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Method public setMaster(coordinator OStructuralDistributedMember) : void renamed to public setLeader(coordinator OStructuralDistributedMember) : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralSubmitContextImpl |
From |
To |
|
Rename Method public setMaster(m OStructuralDistributedMember) : void renamed to public setLeader(m OStructuralDistributedMember) : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralSubmitContext |
From |
To |
|
Rename Method public makeMaster(identity ONodeIdentity, sharedConfiguration OStructuralSharedConfiguration) : void renamed to public makeLeader(identity ONodeIdentity, sharedConfiguration OStructuralSharedConfiguration) : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Method public getCoordinator() : OStructuralDistributedMember renamed to public getLeader() : OStructuralDistributedMember in class com.orientechnologies.orient.distributed.impl.structural.OStructuralSubmitContextImpl |
From |
To |
|
Rename Method public getMaster() : OStructuralMaster renamed to public getLeader() : OStructuralLeader in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Method public setCoordinator(coordinatorIdentity ONodeIdentity, lastValid OLogId) : void renamed to public setLeader(coordinatorIdentity ONodeIdentity, lastValid OLogId) : void in class com.orientechnologies.orient.distributed.OrientDBDistributed |
From |
To |
|
Change Parameter Type context : OMasterContext to context : OLeaderContext in method public begin(requester Optional<ONodeIdentity>, id OSessionOperationId, context OLeaderContext) : void in class com.orientechnologies.orient.distributed.SyncRequest |
From |
To |
|
Change Parameter Type context : OStructuralMaster to context : OStructuralLeader in method public ack(node ONodeIdentity, context OStructuralLeader) : boolean in class com.orientechnologies.orient.distributed.impl.structural.raft.ORaftRequestContext |
From |
To |
|
Change Parameter Type master : OStructuralMaster to leader : OStructuralLeader in method public ORaftOperationTimeoutTimerTask(leader OStructuralLeader, id OLogId) in class com.orientechnologies.orient.distributed.impl.structural.raft.ORaftOperationTimeoutTimerTask |
From |
To |
|
Change Parameter Type finished : OStructuralMaster.OpFinished to finished : OStructuralLeader.OpFinished in method public ORaftRequestContext(operation ORaftOperation, quorum int, finished OStructuralLeader.OpFinished) in class com.orientechnologies.orient.distributed.impl.structural.raft.ORaftRequestContext |
From |
To |
|
Change Parameter Type context : OMasterContext to context : OLeaderContext in method public begin(requester Optional<ONodeIdentity>, id OSessionOperationId, context OLeaderContext) : void in class com.orientechnologies.orient.distributed.impl.structural.operations.OCreateDatabaseSubmitRequest |
From |
To |
|
Change Parameter Type context : OMasterContext to context : OLeaderContext in method public begin(requester Optional<ONodeIdentity>, id OSessionOperationId, context OLeaderContext) : void in class com.orientechnologies.orient.distributed.impl.structural.raft.OStructuralSubmit |
From |
To |
|
Rename Attribute slave : OStructuralSlave to follower : OStructuralFollower in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Attribute masterTerm : int to leaderTerm : int in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute masterTcpPort : int to leaderTcpPort : int in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute masterIdentity : ONodeIdentity to leaderIdentity : ONodeIdentity in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute masterPing : long to leaderPing : long in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute master : boolean to leader : boolean in class com.orientechnologies.orient.distributed.impl.ODiscoveryListener.NodeData |
From |
To |
|
Rename Attribute masterConnectionPassword : String to leaderConnectionPassword : String in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute master : OStructuralMaster to leader : OStructuralLeader in class com.orientechnologies.orient.distributed.impl.structural.raft.ORaftOperationTimeoutTimerTask |
From |
To |
|
Rename Attribute master : OStructuralMaster to leader : OStructuralLeader in class com.orientechnologies.orient.distributed.impl.structural.OStructuralDistributedContext |
From |
To |
|
Rename Attribute masterAddress : String to leaderAddress : String in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |
|
Rename Attribute masterConnectionUsername : String to leaderConnectionUsername : String in class com.orientechnologies.orient.distributed.impl.OBroadcastMessage |
From |
To |