|
Rename Method public abstract serviceId() : ServiceId renamed to public abstract serviceName() : String in class io.atomix.protocols.raft.storage.snapshot.Snapshot |
From |
To |
|
Rename Method public withId(id long) : Builder renamed to public withServiceId(id long) : Builder in class io.atomix.protocols.raft.storage.snapshot.SnapshotDescriptor.Builder |
From |
To |
|
Rename Method public serviceId() : ServiceId renamed to public serviceName() : String in class io.atomix.protocols.raft.storage.snapshot.FileSnapshot |
From |
To |
|
Rename Method public snapshotId() : long renamed to public serviceId() : long in class io.atomix.protocols.raft.protocol.InstallRequest |
From |
To |
|
Rename Method public snapshotId() : long renamed to public serviceId() : long in class io.atomix.protocols.raft.storage.snapshot.SnapshotDescriptor |
From |
To |
|
Rename Method public withId(id long) : Builder renamed to public withServiceId(serviceId long) : Builder in class io.atomix.protocols.raft.protocol.InstallRequest.Builder |
From |
To |
|
Rename Parameter id : long to serviceId : long in method package createSnapshotFile(directory File, serviceName String, serviceId long, index long) : File in class io.atomix.protocols.raft.storage.snapshot.SnapshotFile |
From |
To |
|
Rename Parameter id : long to serviceId : long in method public InstallRequest(term long, leader MemberId, serviceId long, serviceName String, index long, timestamp long, offset int, data byte[], complete boolean) in class io.atomix.protocols.raft.protocol.InstallRequest |
From |
To |
|
Rename Parameter name : String to serviceName : String in method package createSnapshotFileName(serviceName String, serviceId long, index long) : String in class io.atomix.protocols.raft.storage.snapshot.SnapshotFile |
From |
To |
|
Rename Parameter id : long to serviceId : long in method public withServiceId(serviceId long) : Builder in class io.atomix.protocols.raft.protocol.InstallRequest.Builder |
From |
To |
|
Rename Parameter name : String to serviceName : String in method package createSnapshotFile(directory File, serviceName String, serviceId long, index long) : File in class io.atomix.protocols.raft.storage.snapshot.SnapshotFile |
From |
To |