|
Pull Up Method public backup(output BackupOutput) : void from class io.atomix.core.set.impl.DefaultDistributedSetService to public backup(output BackupOutput) : void from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public retainAll(c Collection<?>) : CollectionUpdateResult<Boolean> from class io.atomix.core.set.impl.DefaultDistributedSetService to public retainAll(c Collection<?>) : CollectionUpdateResult<Boolean> from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public removeAll(c Collection<?>) : CollectionUpdateResult<Boolean> from class io.atomix.core.set.impl.DefaultDistributedSetService to public removeAll(c Collection<?>) : CollectionUpdateResult<Boolean> from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public restore(input BackupInput) : void from class io.atomix.core.set.impl.DefaultDistributedSetService to public restore(input BackupInput) : void from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public rollback(transactionId TransactionId) : RollbackResult from class io.atomix.core.set.impl.DefaultDistributedSetService to public rollback(transactionId TransactionId) : RollbackResult from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public commit(transactionId TransactionId) : CommitResult from class io.atomix.core.set.impl.DefaultDistributedSetService to public commit(transactionId TransactionId) : CommitResult from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Pull Up Method public clear() : CollectionUpdateResult<Void> from class io.atomix.core.set.impl.DefaultDistributedSetService to public clear() : CollectionUpdateResult<Void> from class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<SetUpdate<String>> to transactionLog : TransactionLog<SetUpdate<E>> in method public prepareAndCommit(transactionLog TransactionLog<SetUpdate<E>>) : PrepareResult in class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<E> in method public addListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public removeAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<SetUpdate<String>> to transactionLog : TransactionLog<SetUpdate<E>> in method public prepare(transactionLog TransactionLog<SetUpdate<E>>) : CompletableFuture<Boolean> in class io.atomix.core.set.impl.DistributedSetProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public addAll(c Collection<? extends E>) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionService |
From |
To |
|
Change Parameter Type o : Object to o : E in method public remove(o E) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionService |
From |
To |
|
Change Parameter Type element : String to element : E in method public add(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public retainAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : Object to element : E in method public remove(element E) : CollectionUpdateResult<Boolean> in class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type element : Object to element : E in method public remove(element E) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Parameter Type element : String to element : E in method public remove(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public remove(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public addAll(c Collection<? extends E>) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Parameter Type element : String to element : E in method public add(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public removeAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public add(element E) : CollectionUpdateResult<Boolean> in class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<E> in method public removeListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type event : CollectionEvent<String> to event : CollectionEvent<E> in method public onEvent(event CollectionEvent<E>) : void in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public contains(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public add(element E) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionService |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public addAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type event : CollectionEvent<String> to event : CollectionEvent<E> in method public onEvent(event CollectionEvent<E>) : void in class io.atomix.core.collection.impl.DistributedCollectionClient |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<E> in method public addListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public contains(element E) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public containsAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<SetUpdate<String>> to transactionLog : TransactionLog<SetUpdate<E>> in method public prepare(transactionLog TransactionLog<SetUpdate<E>>) : PrepareResult in class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type element : String to element : E in method protected removed(element E) : void in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Parameter Type element : String to element : E in method protected added(element E) : void in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public retainAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type element : String to element : E in method public add(element E) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public addAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Parameter Type client : ProxyClient<DistributedSetService> to client : ProxyClient<DistributedSetService<E>> in method public DistributedSetProxy(client ProxyClient<DistributedSetService<E>>, registry PrimitiveRegistry) in class io.atomix.core.set.impl.DistributedSetProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public addAll(c Collection<? extends E>) : CollectionUpdateResult<Boolean> in class io.atomix.core.set.impl.AbstractDistributedSetService |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<E> in method public removeListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type event : CollectionEvent<String> to event : CollectionEvent<E> in method public onEvent(event CollectionEvent<E>) : void in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends E> in method public containsAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.DistributedCollectionProxy |
From |
To |
|
Change Variable Type partitions : Map<PartitionId,Collection<String>> to partitions : Map<PartitionId,Collection<E>> in method public containsAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Variable Type context : IteratorContext to context : AbstractIteratorContext in method public next(iteratorId long, position int) : IteratorBatch<E> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Variable Type partitions : Map<PartitionId,Collection<String>> to partitions : Map<PartitionId,Collection<E>> in method public addAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Variable Type partitions : Map<PartitionId,Collection<String>> to partitions : Map<PartitionId,Collection<E>> in method public removeAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Variable Type proxy : ProxyClient<DistributedSetService> to proxy : ProxyClient in method public buildAsync() : CompletableFuture<DistributedSet<E>> in class io.atomix.core.set.impl.DefaultDistributedSetBuilder |
From |
To |
|
Change Variable Type partitions : Map<PartitionId,Collection<String>> to partitions : Map<PartitionId,Collection<E>> in method public retainAll(c Collection<? extends E>) : CompletableFuture<Boolean> in class io.atomix.core.collection.impl.PartitionedDistributedCollectionProxy |
From |
To |
|
Change Variable Type element : String to element : E in method public retainAll(c Collection<?>) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Variable Type element : String to element : E in method public addAll(c Collection<? extends E>) : CollectionUpdateResult<Boolean> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Variable Type updatesGroupedBySet : Map<PartitionId,List<SetUpdate<String>>> to updatesGroupedBySet : Map<PartitionId,List<SetUpdate<E>>> in method public prepare(transactionLog TransactionLog<SetUpdate<E>>) : CompletableFuture<Boolean> in class io.atomix.core.set.impl.DistributedSetProxy |
From |
To |
|
Change Variable Type transactionsBySet : Map<PartitionId,TransactionLog<SetUpdate<String>>> to transactionsBySet : Map<PartitionId,TransactionLog<SetUpdate<E>>> in method public prepare(transactionLog TransactionLog<SetUpdate<E>>) : CompletableFuture<Boolean> in class io.atomix.core.set.impl.DistributedSetProxy |
From |
To |
|
Change Variable Type elements : List<String> to elements : List<E> in method public next(iteratorId long, position int) : IteratorBatch<E> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |
|
Change Variable Type element : String to element : E in method public next(iteratorId long, position int) : IteratorBatch<E> in class io.atomix.core.collection.impl.DefaultDistributedCollectionService |
From |
To |