|
Change Parameter Type stateMachineId : StateMachineId to serviceId : ServiceId in method package RaftServerServiceContext(serviceId ServiceId, serviceName String, serviceType ServiceType, stateMachine RaftStateMachine, server RaftServerContext, sessionManager RaftSessionManager, stateMachineExecutor ThreadContext, snapshotExecutor ThreadContext) in class io.atomix.protocols.raft.impl.RaftServerServiceContext |
From |
To |
|
Change Parameter Type id : StateMachineId to id : ServiceId in method public getSnapshotById(id ServiceId) : Snapshot in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore |
From |
To |
|
Change Parameter Type stateMachineId : StateMachineId to serviceId : ServiceId in method public newSnapshot(serviceId ServiceId, index long, timestamp WallClockTimestamp) : Snapshot in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore |
From |
To |
|
Change Parameter Type stateMachineId : StateMachineId to serviceId : ServiceId in method public newTemporarySnapshot(serviceId ServiceId, index long, timestamp WallClockTimestamp) : Snapshot in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public serviceId() : ServiceId in class io.atomix.protocols.raft.impl.RaftServerServiceContext |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public from(id String) : ServiceId in class io.atomix.protocols.raft.ServiceId |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public from(id long) : ServiceId in class io.atomix.protocols.raft.ServiceId |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public snapshotId() : ServiceId in class io.atomix.protocols.raft.storage.snapshot.FileSnapshot |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public snapshotId() : ServiceId in class io.atomix.protocols.raft.storage.snapshot.SnapshotFile |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method protected getStateMachineId() : ServiceId in class io.atomix.protocols.raft.RaftService |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public serviceId() : ServiceId in class io.atomix.protocols.raft.ServiceContext |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public abstract snapshotId() : ServiceId in class io.atomix.protocols.raft.storage.snapshot.Snapshot |
From |
To |
|
Change Return Type StateMachineId to ServiceId in method public snapshotId() : ServiceId in class io.atomix.protocols.raft.storage.snapshot.MemorySnapshot |
From |
To |
|
Rename Parameter stateMachineId : StateMachineId to serviceId : ServiceId in method public newTemporarySnapshot(serviceId ServiceId, index long, timestamp WallClockTimestamp) : Snapshot in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore |
From |
To |
|
Rename Parameter stateMachineId : StateMachineId to serviceId : ServiceId in method package RaftServerServiceContext(serviceId ServiceId, serviceName String, serviceType ServiceType, stateMachine RaftStateMachine, server RaftServerContext, sessionManager RaftSessionManager, stateMachineExecutor ThreadContext, snapshotExecutor ThreadContext) in class io.atomix.protocols.raft.impl.RaftServerServiceContext |
From |
To |
|
Rename Parameter stateMachineId : StateMachineId to serviceId : ServiceId in method public newSnapshot(serviceId ServiceId, index long, timestamp WallClockTimestamp) : Snapshot in class io.atomix.protocols.raft.storage.snapshot.SnapshotStore |
From |
To |