|
Change Parameter Type leaderConnection : RaftConnection to leaderConnection : RaftProxyConnection in method public RaftProxySubmitter(leaderConnection RaftProxyConnection, sessionConnection RaftProxyConnection, state RaftProxyState, sequencer RaftProxySequencer, manager RaftProxyManager, serializer Serializer, context ThreadContext) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type sessionConnection : RaftConnection to sessionConnection : RaftProxyConnection in method public RaftProxySubmitter(leaderConnection RaftProxyConnection, sessionConnection RaftProxyConnection, state RaftProxyState, sequencer RaftProxySequencer, manager RaftProxyManager, serializer Serializer, context ThreadContext) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testSubmitCommand() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testSkippingOverFailedQuery() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testResequenceQuery() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testExpireSessionOnQueryFailure() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testSubmitQuery() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testExpireSessionOnCommandFailure() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |
|
Change Variable Type connection : RaftConnection to connection : RaftProxyConnection in method public testResequenceCommand() : void in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitterTest |
From |
To |