|
Rename Method protected applyLock(commit Commit<LockCommands.Lock>) : void renamed to protected lock(commit Commit<LockCommands.Lock>) : void in class net.kuujo.copycat.coordination.state.LockState |
From |
To |
|
Rename Method public timestamp() : long renamed to public time() : Instant in class net.kuujo.copycat.manager.ResourceCommit |
From |
To |
|
Rename Method protected applyUnlisten(commit Commit<LeaderElectionCommands.Listen>) : void renamed to protected unlisten(commit Commit<LeaderElectionCommands.Unlisten>) : void in class net.kuujo.copycat.coordination.state.LeaderElectionState |
From |
To |
|
Rename Method protected applyPublish(commit Commit<TopicCommands.Publish>) : void renamed to protected publish(commit Commit<TopicCommands.Publish>) : void in class net.kuujo.copycat.coordination.state.TopicState |
From |
To |
|
Rename Method protected applyUnlock(commit Commit<LockCommands.Unlock>) : void renamed to protected unlock(commit Commit<LockCommands.Unlock>) : void in class net.kuujo.copycat.coordination.state.LockState |
From |
To |
|
Rename Method public timestamp() : long renamed to public time() : Instant in class net.kuujo.copycat.raft.server.Commit |
From |
To |
|
Rename Method protected commandResource(commit Commit<? extends ResourceOperation>) : CompletableFuture<Object> renamed to protected operateResource(commit Commit<? extends ResourceOperation>) : CompletableFuture<Object> in class net.kuujo.copycat.manager.ResourceManager |
From |
To |
|
Rename Method protected applyListen(commit Commit<LeaderElectionCommands.Listen>) : void renamed to protected listen(commit Commit<LeaderElectionCommands.Listen>) : void in class net.kuujo.copycat.coordination.state.LeaderElectionState |
From |
To |
|
Change Parameter Type commit : Commit<LeaderElectionCommands.Listen> to commit : Commit<LeaderElectionCommands.Unlisten> in method protected unlisten(commit Commit<LeaderElectionCommands.Unlisten>) : void in class net.kuujo.copycat.coordination.state.LeaderElectionState |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public put(key K, value V, ttl Duration, persistence PersistenceLevel) : CompletableFuture<V> in class net.kuujo.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public putIfAbsent(key K, value V, ttl Duration, persistence PersistenceLevel) : CompletableFuture<V> in class net.kuujo.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type timestamp : long to created : Instant in method public NodeHolder(name String, path String, version long, created Instant) in class net.kuujo.copycat.manager.ResourceManager.NodeHolder |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public put(key K, value V, ttl Duration) : CompletableFuture<V> in class net.kuujo.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public putIfAbsent(key K, value V, ttl Duration) : CompletableFuture<V> in class net.kuujo.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public add(value T, ttl Duration, persistence PersistenceLevel) : CompletableFuture<Boolean> in class net.kuujo.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type ttl : long to ttl : Duration in method public add(value T, ttl Duration) : CompletableFuture<Boolean> in class net.kuujo.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type time : long to instant : Instant in method private isActive(commit Commit<? extends MapCommands.TtlCommand>, instant Instant) : boolean in class net.kuujo.copycat.collections.state.MapState |
From |
To |
|
Change Parameter Type time : long to time : Instant in method private isActive(commit Commit<? extends ReferenceCommands.ReferenceCommand>, time Instant) : boolean in class net.kuujo.copycat.atomic.state.ReferenceState |
From |
To |
|
Change Parameter Type time : long to instant : Instant in method private isActive(commit Commit<? extends SetCommands.TtlCommand>, instant Instant) : boolean in class net.kuujo.copycat.collections.state.SetState |
From |
To |
|
Change Parameter Type context : Context to executor : StateMachineExecutor in method private ResourceHolder(stateMachine StateMachine, executor StateMachineExecutor) in class net.kuujo.copycat.manager.ResourceManager.ResourceHolder |
From |
To |
|
Rename Parameter context : Context to executor : StateMachineExecutor in method private ResourceHolder(stateMachine StateMachine, executor StateMachineExecutor) in class net.kuujo.copycat.manager.ResourceManager.ResourceHolder |
From |
To |
|
Rename Parameter time : long to instant : Instant in method private isActive(commit Commit<? extends MapCommands.TtlCommand>, instant Instant) : boolean in class net.kuujo.copycat.collections.state.MapState |
From |
To |
|
Rename Parameter timestamp : long to created : Instant in method public NodeHolder(name String, path String, version long, created Instant) in class net.kuujo.copycat.manager.ResourceManager.NodeHolder |
From |
To |
|
Rename Parameter time : long to instant : Instant in method private isActive(commit Commit<? extends SetCommands.TtlCommand>, instant Instant) : boolean in class net.kuujo.copycat.collections.state.SetState |
From |
To |
|
Rename Parameter executor : ScheduledExecutorService to scheduler : ScheduledExecutorService in method public ResourceManager(scheduler ScheduledExecutorService) in class net.kuujo.copycat.manager.ResourceManager |
From |
To |