|
Change Parameter Type state : RaftSessionState to state : RaftProxyState in method public RaftProxyListener(protocol RaftClientProtocol, state RaftProxyState, sequencer RaftProxySequencer, serializer Serializer, executor Executor) in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Parameter Type state : RaftSessionState to state : RaftProxyState in method public DefaultRaftProxy(state RaftProxyState, protocol RaftClientProtocol, selectorManager NodeSelectorManager, sessionManager RaftProxyManager, communicationStrategy CommunicationStrategy, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Parameter Type manager : RaftSessionManager to manager : RaftProxyManager in method public RaftProxySubmitter(leaderConnection RaftConnection, sessionConnection RaftConnection, state RaftProxyState, sequencer RaftProxySequencer, manager RaftProxyManager, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type sequencer : RaftSessionSequencer to sequencer : RaftProxySequencer in method public RaftProxySubmitter(leaderConnection RaftConnection, sessionConnection RaftConnection, state RaftProxyState, sequencer RaftProxySequencer, manager RaftProxyManager, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Parameter Type state : RaftSession.State to state : RaftProxy.State in method public setState(state RaftProxy.State) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Change Parameter Type sessionManager : RaftSessionManager to sessionManager : RaftProxyManager in method public DefaultRaftProxy(state RaftProxyState, protocol RaftClientProtocol, selectorManager NodeSelectorManager, sessionManager RaftProxyManager, communicationStrategy CommunicationStrategy, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Parameter Type sequencer : RaftSessionSequencer to sequencer : RaftProxySequencer in method public RaftProxyListener(protocol RaftClientProtocol, state RaftProxyState, sequencer RaftProxySequencer, serializer Serializer, executor Executor) in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Parameter Type listener : Consumer<RaftSession.State> to listener : Consumer<RaftProxy.State> in method public addStateChangeListener(listener Consumer<RaftProxy.State>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Change Parameter Type listener : Consumer<RaftSession.State> to listener : Consumer<RaftProxy.State> in method public removeStateChangeListener(listener Consumer<RaftProxy.State>) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Change Parameter Type state : RaftSessionState to state : RaftProxyState in method package RaftProxySequencer(state RaftProxyState) in class io.atomix.protocols.raft.proxy.impl.RaftProxySequencer |
From |
To |
|
Change Parameter Type state : RaftSessionState to state : RaftProxyState in method public RaftProxySubmitter(leaderConnection RaftConnection, sessionConnection RaftConnection, state RaftProxyState, sequencer RaftProxySequencer, manager RaftProxyManager, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Return Type RaftSession.Builder to RaftProxy.Builder in method public sessionBuilder() : RaftProxy.Builder in class io.atomix.protocols.raft.client.impl.DefaultRaftClient |
From |
To |
|
Change Return Type RaftSession.State to RaftProxy.State in method public getState() : RaftProxy.State in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Change Return Type RaftSession to RaftProxy in method public build() : RaftProxy in class io.atomix.protocols.raft.client.impl.DefaultRaftClient.SessionBuilder |
From |
To |
|
Change Return Type RaftSession.Builder to RaftProxy.Builder in method public sessionBuilder() : RaftProxy.Builder in class io.atomix.protocols.raft.client.RaftClient |
From |
To |
|
Change Return Type CompletableFuture<RaftSession> to CompletableFuture<RaftProxy> in method public openSession(name String, stateMachine String, communicationStrategy CommunicationStrategy, serializer Serializer, timeout Duration) : CompletableFuture<RaftProxy> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.RaftSessionListener moved and renamed to io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.RaftSessionSequencer moved and renamed to io.atomix.protocols.raft.proxy.impl.RaftProxySequencer |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.DefaultRaftSession moved and renamed to io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.RaftSessionState moved and renamed to io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.RaftSessionManager moved and renamed to io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.impl.RaftSessionSubmitter moved and renamed to io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Move And Rename Class io.atomix.protocols.raft.session.RaftSession moved and renamed to io.atomix.protocols.raft.proxy.RaftProxy |
From |
To |
|
Change Variable Type sessionState : RaftSessionState to sessionState : RaftProxyState in method private keepAliveSessions(retryOnFailure boolean) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type sessions : Map<Long,RaftSessionState> to sessions : Map<Long,RaftProxyState> in method private keepAliveSessions(retryOnFailure boolean) : void in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type state : RaftSessionState to state : RaftProxyState in method public closeSession(sessionId long) : CompletableFuture<Void> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type state : RaftSessionState to state : RaftProxyState in method public openSession(name String, stateMachine String, communicationStrategy CommunicationStrategy, serializer Serializer, timeout Duration) : CompletableFuture<RaftProxy> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type sessionState : RaftSessionState to sessionState : RaftProxyState in method package resetIndexes(sessionId long) : CompletableFuture<Void> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type future : CompletableFuture<RaftSession> to future : CompletableFuture<RaftProxy> in method public openSession(name String, stateMachine String, communicationStrategy CommunicationStrategy, serializer Serializer, timeout Duration) : CompletableFuture<RaftProxy> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Variable Type sequencer : RaftSessionSequencer to sequencer : RaftProxySequencer in method public DefaultRaftProxy(state RaftProxyState, protocol RaftClientProtocol, selectorManager NodeSelectorManager, sessionManager RaftProxyManager, communicationStrategy CommunicationStrategy, serializer Serializer, orderedExecutor Executor, scheduledExecutor ScheduledExecutorService) in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Attribute Type sequencer : RaftSessionSequencer to sequencer : RaftProxySequencer in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Attribute Type sessionManager : RaftSessionManager to sessionManager : RaftProxyManager in class io.atomix.protocols.raft.client.impl.DefaultRaftClient |
From |
To |
|
Change Attribute Type changeListeners : Set<Consumer<RaftSession.State>> to changeListeners : Set<Consumer<RaftProxy.State>> in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |
|
Change Attribute Type state : RaftSessionState to state : RaftProxyState in class io.atomix.protocols.raft.proxy.impl.RaftProxyListener |
From |
To |
|
Change Attribute Type sequencer : RaftSessionSequencer to sequencer : RaftProxySequencer in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Attribute Type sessions : Map<Long,RaftSessionState> to sessions : Map<Long,RaftProxyState> in class io.atomix.protocols.raft.proxy.impl.RaftProxyManager |
From |
To |
|
Change Attribute Type state : RaftSessionState to state : RaftProxyState in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Attribute Type sessionSubmitter : RaftSessionSubmitter to sessionSubmitter : RaftProxySubmitter in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Attribute Type sessionManager : RaftSessionManager to sessionManager : RaftProxyManager in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Attribute Type sessionListener : RaftSessionListener to sessionListener : RaftProxyListener in class io.atomix.protocols.raft.proxy.impl.DefaultRaftProxy |
From |
To |
|
Change Attribute Type state : RaftSessionState to state : RaftProxyState in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Attribute Type state : RaftSessionState to state : RaftProxyState in class io.atomix.protocols.raft.proxy.impl.RaftProxySequencer |
From |
To |
|
Change Attribute Type manager : RaftSessionManager to manager : RaftProxyManager in class io.atomix.protocols.raft.proxy.impl.RaftProxySubmitter |
From |
To |
|
Change Attribute Type state : RaftSession.State to state : RaftProxy.State in class io.atomix.protocols.raft.proxy.impl.RaftProxyState |
From |
To |