|
Change Parameter Type map : SortedMapProtocol<K,V> to map : SortedMapDelegate<K,V> in method public GossipDistributedSortedMap(name String, protocol PrimitiveProtocol, map SortedMapDelegate<K,V>) in class io.atomix.core.map.impl.GossipDistributedSortedMap |
From |
To |
|
Change Parameter Type set : SetProtocol<E> to set : SetDelegate<E> in method public GossipDistributedSet(name String, protocol PrimitiveProtocol, set SetDelegate<E>) in class io.atomix.core.set.impl.GossipDistributedSet |
From |
To |
|
Change Parameter Type listener : SetProtocolEventListener<E> to listener : SetDelegateEventListener<E> in method public removeListener(listener SetDelegateEventListener<E>) : void in class io.atomix.protocols.gossip.set.CrdtSet |
From |
To |
|
Change Parameter Type listener : MapProtocolEventListener<K,V> to listener : MapDelegateEventListener<K,V> in method public addListener(listener MapDelegateEventListener<K,V>) : void in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Parameter Type event : MapProtocolEvent<K,V> to event : MapDelegateEvent<K,V> in method private notifyListeners(event MapDelegateEvent<K,V>) : void in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Parameter Type listener : SetProtocolEventListener<E> to listener : SetDelegateEventListener<E> in method public addListener(listener SetDelegateEventListener<E>) : void in class io.atomix.protocols.gossip.set.CrdtSet |
From |
To |
|
Change Parameter Type map : MapProtocol<K,V> to map : MapDelegate<K,V> in method public GossipDistributedMap(name String, protocol PrimitiveProtocol, map MapDelegate<K,V>) in class io.atomix.core.map.impl.GossipDistributedMap |
From |
To |
|
Change Parameter Type protocol : PrimitiveProtocol to protocol : ProxyProtocol in method public withProtocol(protocol ProxyProtocol) : TransactionalMapBuilder<K,V> in class io.atomix.core.transaction.impl.DefaultTransactionalMapBuilder |
From |
To |
|
Change Parameter Type set : SortedSetProtocol<E> to set : SortedSetDelegate<E> in method public GossipDistributedSortedSet(name String, protocol PrimitiveProtocol, set SortedSetDelegate<E>) in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Change Parameter Type listener : MapProtocolEventListener<K,V> to listener : MapDelegateEventListener<K,V> in method public removeListener(listener MapDelegateEventListener<K,V>) : void in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Parameter Type set : NavigableSetProtocol<E> to set : NavigableSetDelegate<E> in method public GossipDistributedNavigableSet(name String, protocol PrimitiveProtocol, set NavigableSetDelegate<E>) in class io.atomix.core.set.impl.GossipDistributedNavigableSet |
From |
To |
|
Change Parameter Type protocol : PrimitiveProtocol to protocol : ProxyProtocol in method public withProtocol(protocol ProxyProtocol) : TransactionalSetBuilder<E> in class io.atomix.core.transaction.impl.DefaultTransactionalSetBuilder |
From |
To |
|
Change Parameter Type map : NavigableMapProtocol<K,V> to map : NavigableMapDelegate<K,V> in method public GossipDistributedNavigableMap(name String, protocol PrimitiveProtocol, map NavigableMapDelegate<K,V>) in class io.atomix.core.map.impl.GossipDistributedNavigableMap |
From |
To |
|
Change Parameter Type protocol : PrimitiveProtocol to protocol : ProxyProtocol in method public setBuilder(name String, protocol ProxyProtocol) : TransactionalSetBuilder<E> in class io.atomix.core.transaction.AsyncTransaction |
From |
To |
|
Change Parameter Type protocol : StateMachineReplicationProtocol to protocol : ProxyProtocol in method public getPartitionGroup(protocol ProxyProtocol) : PartitionGroup in class io.atomix.primitive.partition.PartitionService |
From |
To |
|
Change Parameter Type protocol : PrimitiveProtocol to protocol : ProxyProtocol in method public mapBuilder(name String, protocol ProxyProtocol) : TransactionalMapBuilder<K,V> in class io.atomix.core.transaction.AsyncTransaction |
From |
To |
|
Change Parameter Type counter : CounterProtocol to counter : CounterDelegate in method public GossipDistributedCounter(name String, protocol GossipProtocol, counter CounterDelegate) in class io.atomix.core.counter.impl.GossipDistributedCounter |
From |
To |
|
Change Parameter Type listener : SetProtocolEventListener<E> to listener : SetDelegateEventListener<E> in method public addListener(listener SetDelegateEventListener<E>) : void in class io.atomix.protocols.gossip.set.AntiEntropySet |
From |
To |
|
Change Parameter Type listener : SetProtocolEventListener<E> to listener : SetDelegateEventListener<E> in method public removeListener(listener SetDelegateEventListener<E>) : void in class io.atomix.protocols.gossip.set.AntiEntropySet |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.RaftAtomicCounterMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.queue.RaftDistributedQueueTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multiset.RaftDistributedMultisetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.set.PrimaryBackupDistributedSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.workqueue.PrimaryBackupWorkQueueTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.election.RaftLeaderElectorTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.PrimaryBackupDistributedMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.RaftAtomicMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multimap.PrimaryBackupDistributedMultimapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.transaction.RaftTransactionalMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multimap.PrimaryBackupAtomicMultimapTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public protocol() : ProxyProtocol in class io.atomix.core.transaction.TransactionParticipant |
From |
To |
|
Change Return Type List<MapProtocolEvent<K,V>> to List<MapDelegateEvent<K,V>> in method private antiEntropyCheckLocalItems(ad AntiEntropyAdvertisement) : List<MapDelegateEvent<K,V>> in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public protocol() : ProxyProtocol in class io.atomix.core.transaction.impl.RepeatableReadsTransactionalSet |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.PrimaryBackupAtomicNavigableMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.barrier.RaftDistributedCyclicBarrierTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.semaphore.RaftSemaphoreTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.barrier.PrimaryBackupDistributedCyclicBarrierTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.PrimaryBackupAtomicCounterMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.set.RaftDistributedSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.counter.RaftAtomicCounterTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multimap.RaftDistributedMultimapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multimap.RaftAtomicMultimapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.set.RaftDistributedNavigableSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.semaphore.PrimaryBackupSemaphoreTest |
From |
To |
|
Change Return Type SetProtocol<E> to SetDelegate<E> in method public newSetDelegate(name String, managementService PrimitiveManagementService) : SetDelegate<E> in class io.atomix.protocols.gossip.AntiEntropyProtocol |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.transaction.PrimaryBackupTransactionalSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.election.PrimaryBackupLeaderElectorTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.RaftDistributedNavigableMapTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public newProtocol() : ProxyProtocol in class io.atomix.primitive.partition.PartitionGroup |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.idgenerator.RaftIdGeneratorTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public protocol() : ProxyProtocol in class io.atomix.core.transaction.impl.ReadCommittedTransactionalMap |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.queue.PrimaryBackupDistributedQueueTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.RaftDistributedMapTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public newProtocol() : ProxyProtocol in class io.atomix.protocols.backup.partition.PrimaryBackupPartitionGroup |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.election.PrimaryBackupLeaderElectionTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.value.PrimaryBackupAtomicValueTest |
From |
To |
|
Change Return Type CounterProtocol to CounterDelegate in method public newCounterDelegate(name String, managementService PrimitiveManagementService) : CounterDelegate in class io.atomix.protocols.gossip.CrdtProtocol |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.lock.RaftAtomicLockTest |
From |
To |
|
Change Return Type PrimitiveProtocol to SetProtocol in method protected protocol() : SetProtocol in class io.atomix.core.set.CrdtDistributedSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.PrimaryBackupAtomicMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.transaction.RaftTransactionalSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.idgenerator.PrimaryBackupIdGeneratorTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.value.RaftAtomicValueTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.transaction.PrimaryBackupTransactionalMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.lock.PrimaryBackupAtomicLockTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.multiset.PrimaryBackupDistributedMultisetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.RaftAtomicNavigableMapTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public protocol() : ProxyProtocol in class io.atomix.core.transaction.impl.ReadCommittedTransactionalSet |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.workqueue.RaftWorkQueueTest |
From |
To |
|
Change Return Type PrimitiveProtocol to CounterProtocol in method protected protocol() : CounterProtocol in class io.atomix.core.counter.CrdtCounterTest |
From |
To |
|
Change Return Type PrimitiveProtocol to P in method protected abstract protocol() : P in class io.atomix.core.AbstractPrimitiveTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public protocol() : ProxyProtocol in class io.atomix.core.transaction.impl.RepeatableReadsTransactionalMap |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.set.PrimaryBackupDistributedNavigableSetTest |
From |
To |
|
Change Return Type StateMachineReplicationProtocol to ProxyProtocol in method public newProtocol() : ProxyProtocol in class io.atomix.protocols.raft.partition.RaftPartitionGroup |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.counter.PrimaryBackupAtomicCounterTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.election.RaftLeaderElectionTest |
From |
To |
|
Change Return Type MapProtocol<K,V> to MapDelegate<K,V> in method public newMapDelegate(name String, managementService PrimitiveManagementService) : MapDelegate<K,V> in class io.atomix.protocols.gossip.AntiEntropyProtocol |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.list.RaftDistributedListTest |
From |
To |
|
Change Return Type PrimitiveProtocol to SetProtocol in method protected protocol() : SetProtocol in class io.atomix.core.set.AntiEntropyDistributedSetTest |
From |
To |
|
Change Return Type PrimitiveProtocol to MapProtocol in method protected protocol() : MapProtocol in class io.atomix.core.map.AntiEntropyDistributedMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.tree.RaftAtomicDocumentTreeTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.map.PrimaryBackupDistributedNavigableMapTest |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.tree.PrimaryBackupAtomicDocumentTreeTest |
From |
To |
|
Change Return Type SetProtocol<E> to SetDelegate<E> in method public newSetDelegate(name String, managementService PrimitiveManagementService) : SetDelegate<E> in class io.atomix.protocols.gossip.CrdtProtocol |
From |
To |
|
Change Return Type PrimitiveProtocol to ProxyProtocol in method protected protocol() : ProxyProtocol in class io.atomix.core.list.PrimaryBackupDistributedListTest |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public addListener(listener MapEventListener<K,V>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedNavigableMap |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public addListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedSet |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public removeListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedNavigableSet |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public removeListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public removeListener(listener MapEventListener<K,V>) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedNavigableMap |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public removeListener(listener MapEventListener<K,V>) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedSortedMap |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public removeListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedSet |
From |
To |
|
Change Variable Type update : AtomicReference<MapProtocolEvent.Type> to update : AtomicReference<MapDelegateEvent.Type> in method public compute(key K, recomputeFunction BiFunction<? super K,? super V,? extends V>) : V in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public removeListener(listener MapEventListener<K,V>) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedMap |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public addListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedNavigableSet |
From |
To |
|
Change Variable Type protocol : StateMachineReplicationProtocol to protocol : ProxyProtocol in method public start() : CompletableFuture<PrimitiveRegistry> in class io.atomix.core.impl.CorePrimitiveRegistry |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public addListener(listener MapEventListener<K,V>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedMap |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<K,V> to eventListener : MapDelegateEventListener<K,V> in method public addListener(listener MapEventListener<K,V>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.map.impl.GossipDistributedSortedMap |
From |
To |
|
Change Variable Type externalEvents : List<MapProtocolEvent<K,V>> to externalEvents : List<MapDelegateEvent<K,V>> in method private antiEntropyCheckLocalItems(ad AntiEntropyAdvertisement) : List<MapDelegateEvent<K,V>> in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Variable Type eventListener : SetProtocolEventListener<E> to eventListener : SetDelegateEventListener<E> in method public addListener(listener CollectionEventListener<E>) : CompletableFuture<Void> in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Change Variable Type eventListener : MapProtocolEventListener<E,Boolean> to eventListener : MapDelegateEventListener<E,Boolean> in method public removeListener(listener SetDelegateEventListener<E>) : void in class io.atomix.protocols.gossip.set.AntiEntropySet |
From |
To |
|
Change Variable Type updateType : MapProtocolEvent.Type to updateType : MapDelegateEvent.Type in method public compute(key K, recomputeFunction BiFunction<? super K,? super V,? extends V>) : V in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Attribute Type set : SetProtocol<E> to set : SetDelegate<E> in class io.atomix.core.set.impl.GossipDistributedNavigableSet |
From |
To |
|
Change Attribute Type listenerMap : Map<CollectionEventListener<E>,SetProtocolEventListener<E>> to listenerMap : Map<CollectionEventListener<E>,SetDelegateEventListener<E>> in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Change Attribute Type listenerMap : Map<MapEventListener<K,V>,MapProtocolEventListener<K,V>> to listenerMap : Map<MapEventListener<K,V>,MapDelegateEventListener<K,V>> in class io.atomix.core.map.impl.GossipDistributedSortedMap |
From |
To |
|
Change Attribute Type listenerMap : Map<MapEventListener<K,V>,MapProtocolEventListener<K,V>> to listenerMap : Map<MapEventListener<K,V>,MapDelegateEventListener<K,V>> in class io.atomix.core.map.impl.GossipDistributedMap |
From |
To |
|
Change Attribute Type map : SortedMapProtocol<K,V> to map : SortedMapDelegate<K,V> in class io.atomix.core.map.impl.GossipDistributedSortedMap |
From |
To |
|
Change Attribute Type map : MapProtocol<K,V> to map : MapDelegate<K,V> in class io.atomix.core.map.impl.GossipDistributedMap |
From |
To |
|
Change Attribute Type listeners : Set<MapProtocolEventListener<K,V>> to listeners : Set<MapDelegateEventListener<K,V>> in class io.atomix.protocols.gossip.map.AntiEntropyMap |
From |
To |
|
Change Attribute Type eventListeners : Set<SetProtocolEventListener<E>> to eventListeners : Set<SetDelegateEventListener<E>> in class io.atomix.protocols.gossip.set.CrdtSet |
From |
To |
|
Change Attribute Type map : NavigableMapProtocol<K,V> to map : NavigableMapDelegate<K,V> in class io.atomix.core.map.impl.GossipDistributedNavigableMap |
From |
To |
|
Change Attribute Type listenerMap : Map<SetProtocolEventListener<E>,MapProtocolEventListener<E,Boolean>> to listenerMap : Map<SetDelegateEventListener<E>,MapDelegateEventListener<E,Boolean>> in class io.atomix.protocols.gossip.set.AntiEntropySet |
From |
To |
|
Change Attribute Type listenerMap : Map<CollectionEventListener<E>,SetProtocolEventListener<E>> to listenerMap : Map<CollectionEventListener<E>,SetDelegateEventListener<E>> in class io.atomix.core.set.impl.GossipDistributedNavigableSet |
From |
To |
|
Change Attribute Type listenerMap : Map<MapEventListener<K,V>,MapProtocolEventListener<K,V>> to listenerMap : Map<MapEventListener<K,V>,MapDelegateEventListener<K,V>> in class io.atomix.core.map.impl.GossipDistributedNavigableMap |
From |
To |
|
Change Attribute Type map : MapProtocol<E,Boolean> to map : MapDelegate<E,Boolean> in class io.atomix.protocols.gossip.set.AntiEntropySet |
From |
To |
|
Change Attribute Type set : SetProtocol<E> to set : SetDelegate<E> in class io.atomix.core.set.impl.GossipDistributedSet |
From |
To |
|
Change Attribute Type counter : CounterProtocol to counter : CounterDelegate in class io.atomix.core.counter.impl.GossipDistributedCounter |
From |
To |
|
Change Attribute Type listenerMap : Map<CollectionEventListener<E>,SetProtocolEventListener<E>> to listenerMap : Map<CollectionEventListener<E>,SetDelegateEventListener<E>> in class io.atomix.core.set.impl.GossipDistributedSet |
From |
To |
|
Change Attribute Type set : SortedSetProtocol<E> to set : SortedSetDelegate<E> in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |