|
Push Down Method public onExpire(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to public onExpire(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method private release(sessionId long, releasePermits int) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private release(sessionId long, releasePermits int) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method public restore(input BackupInput) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to public restore(input BackupInput) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method public serializer() : Serializer from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to public serializer() : Serializer from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method private increaseAvailable(permits int) : int from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private increaseAvailable(permits int) : int from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method private releaseSession(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private releaseSession(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method public backup(output BackupOutput) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to public backup(output BackupOutput) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method private decreaseAvailable(permits int) : int from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private decreaseAvailable(permits int) : int from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method private checkAndNotifyWaiters() : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private checkAndNotifyWaiters() : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Method public onClose(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to public onClose(session PrimitiveSession) : void from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public increase(permits int) : CompletableFuture<Integer> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Map<Long,Integer>>> to CompletableFuture<Map<Long,Integer>> in method package holderStatus() : CompletableFuture<Map<Long,Integer>> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(timeout Duration) : Optional<Version> in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public increase(permits int) : CompletableFuture<Integer> in class io.atomix.core.semaphore.AsyncDistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire() : Optional<Version> in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(permits int, timeout Duration) : Optional<Version> in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public drainPermits() : CompletableFuture<Integer> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Change Return Type CompletableFuture<Versioned<QueueStatus>> to CompletableFuture<QueueStatus> in method public queueStatus() : CompletableFuture<QueueStatus> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Change Return Type CompletableFuture<Versioned<QueueStatus>> to CompletableFuture<QueueStatus> in method public queueStatus() : CompletableFuture<QueueStatus> in class io.atomix.core.semaphore.AsyncDistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public drainPermits() : CompletableFuture<Integer> in class io.atomix.core.semaphore.AsyncDistributedSemaphore |
From |
To |
|
Change Return Type void to Version in method public acquire() : Version in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(permits int) : Optional<Version> in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire() : Optional<Version> in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type void to Version in method public acquire() : Version in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(permits int) : Optional<Version> in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public availablePermits() : CompletableFuture<Integer> in class io.atomix.core.semaphore.AsyncDistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(permits int, timeout Duration) : Optional<Version> in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type boolean to Optional<Version> in method public tryAcquire(timeout Duration) : Optional<Version> in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type void to Version in method public acquire(permits int) : Version in class io.atomix.core.semaphore.DistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public reduce(permits int) : CompletableFuture<Integer> in class io.atomix.core.semaphore.AsyncDistributedSemaphore |
From |
To |
|
Change Return Type void to Version in method public acquire(permits int) : Version in class io.atomix.core.semaphore.impl.BlockingDistributedSemaphore |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public reduce(permits int) : CompletableFuture<Integer> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Integer>> to CompletableFuture<Integer> in method public availablePermits() : CompletableFuture<Integer> in class io.atomix.core.semaphore.impl.DistributedSemaphoreProxy |
From |
To |
|
Push Down Attribute private holders : Map<Long,Integer> from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private holders : Map<Long,Integer> from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Attribute private waiterQueue : LinkedList<Waiter> from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private waiterQueue : LinkedList<Waiter> from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Attribute private SERIALIZER : Serializer from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private SERIALIZER : Serializer from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Attribute private available : int from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private available : int from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |
|
Push Down Attribute private timers : Map<Long,Scheduled> from class io.atomix.core.semaphore.impl.DistributedSemaphoreService to private timers : Map<Long,Scheduled> from class io.atomix.core.semaphore.impl.DefaultDistributedSemaphoreService |
From |
To |