|
Push Down Method protected getContext() : ServiceContext from class io.atomix.protocols.raft.RaftService to protected getContext() : ServiceContext from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getCurrentIndex() : long from class io.atomix.protocols.raft.RaftService to protected getCurrentIndex() : long from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method public onClose(session RaftSession) : void from class io.atomix.protocols.raft.RaftService to public onClose(session RaftSession) : void from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method public apply(commit RaftCommit<byte[]>) : byte[] from class io.atomix.protocols.raft.RaftService to public apply(commit RaftCommit<byte[]>) : byte[] from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method public onOpen(session RaftSession) : void from class io.atomix.protocols.raft.RaftService to public onOpen(session RaftSession) : void from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getScheduler() : Scheduler from class io.atomix.protocols.raft.RaftService to protected getScheduler() : Scheduler from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getName() : String from class io.atomix.protocols.raft.RaftService to protected getName() : String from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getWallClock() : WallClock from class io.atomix.protocols.raft.RaftService to protected getWallClock() : WallClock from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method public onExpire(session RaftSession) : void from class io.atomix.protocols.raft.RaftService to public onExpire(session RaftSession) : void from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getStateMachineId() : ServiceId from class io.atomix.protocols.raft.RaftService to protected getStateMachineId() : ServiceId from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected abstract configure(executor RaftOperationExecutor) : void from class io.atomix.protocols.raft.RaftService to protected abstract configure(executor RaftOperationExecutor) : void from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getLogicalClock() : LogicalClock from class io.atomix.protocols.raft.RaftService to protected getLogicalClock() : LogicalClock from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method public init(context ServiceContext) : void from class io.atomix.protocols.raft.RaftService to public init(context ServiceContext) : void from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Push Down Method protected getSessions() : RaftSessions from class io.atomix.protocols.raft.RaftService to protected getSessions() : RaftSessions from class io.atomix.protocols.raft.AbstractRaftService |
From |
To |
|
Change Parameter Type factory : Supplier<RaftStateMachine> to factory : Supplier<RaftService> in method public register(type String, factory Supplier<RaftService>) : RaftStateMachineRegistry in class io.atomix.protocols.raft.impl.RaftStateMachineRegistry |
From |
To |
|
Change Parameter Type stateMachine : RaftStateMachine to stateMachine : RaftService in method package RaftServerServiceContext(serviceId ServiceId, serviceName String, serviceType ServiceType, stateMachine RaftService, server RaftServerContext, sessionManager RaftSessionManager, stateMachineExecutor ThreadContext, snapshotExecutor ThreadContext) in class io.atomix.protocols.raft.impl.RaftServerServiceContext |
From |
To |
|
Change Parameter Type factory : Supplier<RaftStateMachine> to factory : Supplier<RaftService> in method public addStateMachine(type String, factory Supplier<RaftService>) : Builder in class io.atomix.protocols.raft.RaftServer.Builder |
From |
To |