|
Change Parameter Type listener : AtomicMapEventListener<String,V1> to listener : AtomicMapEventListener<K,V1> in method public addListener(listener AtomicMapEventListener<K,V1>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type proxy : ProxyClient<AtomicMapService> to proxy : ProxyClient<AtomicMapService<String>> in method public AtomicMapProxy(proxy ProxyClient<AtomicMapService<String>>, registry PrimitiveRegistry) in class io.atomix.core.map.impl.AtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIf(key K, condition Predicate<? super V>, remappingFunction BiFunction<? super K,? super V,? extends V>) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue V) : boolean in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value V, ttl Duration) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type c : Collection<? extends Entry<String,Versioned<byte[]>>> to c : Collection<? extends Entry<K,Versioned<byte[]>>> in method public addAll(c Collection<? extends Entry<K,Versioned<byte[]>>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type keys : Collection<? extends String> to keys : Collection<? extends K> in method public containsAll(keys Collection<? extends K>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public getOrDefault(key K, defaultValue byte[]) : Versioned<byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V> to listener : AtomicMapEventListener<K,V> in method public addListener(listener AtomicMapEventListener<K,V>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Iterable<String> to keys : Iterable<K> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<Map.Entry<String,Versioned<byte[]>>> to listener : CollectionEventListener<Map.Entry<K,Versioned<byte[]>>> in method public removeListener(listener CollectionEventListener<Map.Entry<K,Versioned<byte[]>>>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type c : Collection<? extends Entry<String,Versioned<byte[]>>> to c : Collection<? extends Entry<K,Versioned<byte[]>>> in method public removeAll(c Collection<? extends Entry<K,Versioned<byte[]>>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public getOrDefault(key K, defaultValue V) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue byte[], newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type event : AtomicMapEvent<String,V2> to event : AtomicMapEvent<K,V2> in method public event(event AtomicMapEvent<K,V2>) : void in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap.InternalBackingAtomicMapEventListener |
From |
To |
|
Change Parameter Type keys : Collection<? extends String> to keys : Collection<? extends K> in method public containsKeys(keys Collection<? extends K>) : boolean in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue V) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Iterable<String> to keys : Iterable<K> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue byte[], newValue byte[]) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : boolean in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends K> in method public retainAll(c Collection<? extends K>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public compute(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method protected scheduleTtl(key K, value MapEntryValue) : void in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type c : Collection<? extends Entry<String,Versioned<byte[]>>> to c : Collection<? extends Entry<K,Versioned<byte[]>>> in method public containsAll(c Collection<? extends Entry<K,Versioned<byte[]>>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,byte[]> to listener : AtomicMapEventListener<K,byte[]> in method public removeListener(listener AtomicMapEventListener<K,byte[]>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,byte[]> to listener : AtomicMapEventListener<K,byte[]> in method public addListener(listener AtomicMapEventListener<K,byte[]>, executor Executor) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<SetUpdate<Entry<String,Versioned<byte[]>>>> to transactionLog : TransactionLog<SetUpdate<Entry<K,Versioned<byte[]>>>> in method public prepare(transactionLog TransactionLog<SetUpdate<Entry<K,Versioned<byte[]>>>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type mappingFunction : Function<? super String,? extends V> to mappingFunction : Function<? super K,? extends V> in method public computeIfAbsent(key K, mappingFunction Function<? super K,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue byte[]) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : boolean in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type element : String to element : K in method public contains(element K) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type delegateMap : AsyncAtomicTreeMap<V> to delegateMap : AsyncAtomicTreeMap<K,V> in method package DelegatingAsyncAtomicTreeMap(delegateMap AsyncAtomicTreeMap<K,V>) in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type element : String to element : K in method public remove(element K) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value V1, ttl Duration) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value V1, ttl Duration) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue V1) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method public prepareAndCommit(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : PrepareResult in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super byte[],? extends byte[]> to remappingFunction : BiFunction<? super K,? super byte[],? extends byte[]> in method public computeIf(key K, condition Predicate<? super byte[]>, remappingFunction BiFunction<? super K,? super byte[],? extends byte[]>) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type keys : Iterable<String> to keys : Iterable<K> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : boolean in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIf(key K, condition Predicate<? super V>, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public getOrDefault(key K, defaultValue V) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method public prepare(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method public prepare(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : PrepareResult in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type event : AtomicMapEvent<String,byte[]> to event : AtomicMapEvent<K,byte[]> in method public change(event AtomicMapEvent<K,byte[]>) : void in class io.atomix.core.map.impl.AtomicMapClient |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<SetUpdate<String>> to transactionLog : TransactionLog<SetUpdate<K>> in method public prepare(transactionLog TransactionLog<SetUpdate<K>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public getOrDefault(key K, defaultValue byte[]) : Versioned<byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue byte[], newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value V, ttl Duration) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type c : Collection<? extends Entry<String,Versioned<byte[]>>> to c : Collection<? extends Entry<K,Versioned<byte[]>>> in method public retainAll(c Collection<? extends Entry<K,Versioned<byte[]>>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type entry : Map.Entry<String,MapEntryValue> to entry : Map.Entry<K,MapEntryValue> in method private toVersionedEntry(entry Map.Entry<K,MapEntryValue>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type treeMap : AsyncAtomicTreeMap<V> to treeMap : AsyncAtomicTreeMap<K,V> in method public BlockingAtomicTreeMap(treeMap AsyncAtomicTreeMap<K,V>, operationTimeoutMillis long) in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIfAbsent(key K, mappingFunction Function<? super K,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue V, newValue V) : boolean in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<K> in method public removeListener(listener CollectionEventListener<K>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,V1>> to transactionLog : TransactionLog<MapUpdate<K,V1>> in method public prepare(transactionLog TransactionLog<MapUpdate<K,V1>>) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type event : AtomicMapEvent<String,byte[]> to event : AtomicMapEvent<K,byte[]> in method public change(event AtomicMapEvent<K,byte[]>) : void in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type toKey : String to toKey : K in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type a : Map.Entry<String,Versioned<byte[]>> to a : Map.Entry<K,Versioned<byte[]>> in method protected greaterEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value V1, ttl Duration) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value V) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type element : Entry<String,Versioned<byte[]>> to element : Entry<K,Versioned<byte[]>> in method public contains(element Entry<K,Versioned<byte[]>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method private replaceIf(index long, key K, newValue MapEntryValue, predicate Predicate<MapEntryValue>) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : Versioned<byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type fromKey : String to fromKey : K in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type proxy : ProxyClient<AtomicTreeMapService> to proxy : ProxyClient<AtomicTreeMapService<K>> in method public AtomicTreeMapProxy(proxy ProxyClient<AtomicTreeMapService<K>>, registry PrimitiveRegistry) in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public computeIf(key K, condition Predicate<? super V>, remappingFunction BiFunction<? super K,? super V,? extends V>) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method private TransactionScope(version long, transactionLog TransactionLog<MapUpdate<K,byte[]>>) in class io.atomix.core.map.impl.AbstractAtomicMapService.TransactionScope |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V1> to listener : AtomicMapEventListener<K,V1> in method public removeListener(listener AtomicMapEventListener<K,V1>) : CompletableFuture<Void> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V> to listener : AtomicMapEventListener<K,V> in method public addListener(listener AtomicMapEventListener<K,V>, executor Executor) : void in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V> to listener : AtomicMapEventListener<K,V> in method public removeListener(listener AtomicMapEventListener<K,V>) : CompletableFuture<Void> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type closeFunction : Consumer<AtomicMapService> to closeFunction : Consumer<AtomicMapService<K>> in method package AtomicMapPartitionIterator(partitionId PartitionId, iteratorId long, nextFunction BiFunction<AtomicMapService<K>,Integer,AtomicMapService.Batch<T>>, closeFunction Consumer<AtomicMapService<K>>) in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapPartitionIterator |
From |
To |
|
Change Parameter Type events : List<AtomicMapEvent<String,byte[]>> to events : List<AtomicMapEvent<K,byte[]>> in method private publish(events List<AtomicMapEvent<K,byte[]>>) : void in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIf(key K, condition Predicate<? super V1>, remappingFunction BiFunction<? super K,? super V1,? extends V1>) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V1> to listener : AtomicMapEventListener<K,V1> in method package InternalBackingAtomicMapEventListener(listener AtomicMapEventListener<K,V1>) in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap.InternalBackingAtomicMapEventListener |
From |
To |
|
Change Parameter Type b : Map.Entry<String,Versioned<byte[]>> to b : Map.Entry<K,Versioned<byte[]>> in method protected greaterEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : boolean in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value V) : boolean in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<String> to listener : CollectionEventListener<K> in method public addListener(listener CollectionEventListener<K>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value byte[], ttl Duration) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends K> in method public removeAll(c Collection<? extends K>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : Versioned<byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value V) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value byte[]) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value V, ttl Duration) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type element : Entry<String,Versioned<byte[]>> to element : Entry<K,Versioned<byte[]>> in method public remove(element Entry<K,Versioned<byte[]>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public lowerKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type lowerKey : String to lowerKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super V1,? extends V1> to remappingFunction : BiFunction<? super K,? super V1,? extends V1> in method public computeIf(key K, condition Predicate<? super V1>, remappingFunction BiFunction<? super K,? super V1,? extends V1>) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value byte[], ttl Duration) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type element : Entry<String,Versioned<byte[]>> to element : Entry<K,Versioned<byte[]>> in method public add(element Entry<K,Versioned<byte[]>>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type listener : AtomicMapEventListener<String,V> to listener : AtomicMapEventListener<K,V> in method public removeListener(listener AtomicMapEventListener<K,V>) : void in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value V1) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value V, ttl Duration) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Collection<? extends String> to keys : Collection<? extends K> in method public containsKeys(keys Collection<? extends K>) : boolean in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type a : String to a : K in method protected greaterKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method protected putValue(key K, value MapEntryValue) : void in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type b : String to b : K in method protected lesserKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, version long) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super String,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public computeIf(key K, condition Predicate<? super V>, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Parameter Type a : Map.Entry<String,Versioned<byte[]>> to a : Map.Entry<K,Versioned<byte[]>> in method protected lesserEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldVersion long, newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value V, ttl Duration) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Set<String> to keys : Set<K> in method public getAllPresent(keys Set<K>) : Map<K,Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type b : Map.Entry<String,Versioned<byte[]>> to b : Map.Entry<K,Versioned<byte[]>> in method protected lesserEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, oldValue V1, newValue V1) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type c : Collection<? extends String> to c : Collection<? extends K> in method public addAll(c Collection<? extends K>) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type key : String to key : K in method public computeIf(key K, condition Predicate<? super byte[]>, remappingFunction BiFunction<? super K,? super byte[],? extends byte[]>) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,V>> to transactionLog : TransactionLog<MapUpdate<K,V>> in method public prepare(transactionLog TransactionLog<MapUpdate<K,V>>) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public containsKey(key K) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type fromKey : String to fromKey : K in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method package prepared(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : TransactionScope<K> in class io.atomix.core.map.impl.AbstractAtomicMapService.TransactionScope |
From |
To |
|
Change Parameter Type key : String to key : K in method public put(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type element : String to element : K in method public add(element K) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Parameter Type event : AtomicMapEvent<String,byte[]> to event : AtomicMapEvent<K,byte[]> in method private publish(event AtomicMapEvent<K,byte[]>) : void in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type nextFunction : BiFunction<AtomicMapService,Integer,AtomicMapService.Batch<T>> to nextFunction : BiFunction<AtomicMapService<K>,Integer,AtomicMapService.Batch<T>> in method package AtomicMapPartitionIterator(partitionId PartitionId, iteratorId long, nextFunction BiFunction<AtomicMapService<K>,Integer,AtomicMapService.Batch<T>>, closeFunction Consumer<AtomicMapService<K>>) in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapPartitionIterator |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Iterable<String> to keys : Iterable<K> in method public getAllPresent(keys Iterable<K>) : Map<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type toKey : String to toKey : K in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method public prepare(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : PrepareResult in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value V, ttl Duration) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type b : String to b : K in method protected greaterKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type listener : CollectionEventListener<Map.Entry<String,Versioned<byte[]>>> to listener : CollectionEventListener<Map.Entry<K,Versioned<byte[]>>> in method public addListener(listener CollectionEventListener<Map.Entry<K,Versioned<byte[]>>>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Parameter Type backingMap : AsyncAtomicTreeMap<V2> to backingMap : AsyncAtomicTreeMap<K,V2> in method public TranscodingAsyncAtomicTreeMap(backingMap AsyncAtomicTreeMap<K,V2>, valueEncoder Function<V1,V2>, valueDecoder Function<V2,V1>) in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public getOrDefault(key K, defaultValue V1) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type a : String to a : K in method protected lesserKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public putIfAbsent(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value V) : CompletableFuture<Boolean> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type result : MapEntryUpdateResult<String,byte[]> to result : MapEntryUpdateResult<K,byte[]> in method private checkLocked(result MapEntryUpdateResult<K,byte[]>) : CompletableFuture<MapEntryUpdateResult<K,byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method private removeIf(index long, key K, predicate Predicate<MapEntryValue>) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type transactionScope : TransactionScope to transactionScope : TransactionScope<K> in method private commitTransaction(transactionScope TransactionScope<K>) : CommitResult in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Parameter Type result : MapEntryUpdateResult<String,byte[]> to result : MapEntryUpdateResult<K,byte[]> in method private throwIfLocked(result MapEntryUpdateResult<K,byte[]>) : void in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K) : CompletableFuture<Versioned<V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public compute(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : Versioned<V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<String,byte[]>> to transactionLog : TransactionLog<MapUpdate<K,byte[]>> in method public prepareAndCommit(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : PrepareResult in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Parameter Type key : String to key : K in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public putAndGet(key K, value byte[], ttl Duration) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public remove(key K, value byte[]) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type upperKey : String to upperKey : K in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public replace(key K, value V1) : CompletableFuture<Versioned<V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type key : String to key : K in method public get(key K) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Parameter Type key : String to key : K in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Parameter Type keys : Set<String> to keys : Set<K> in method public getAllPresent(keys Set<K>) : Map<K,Versioned<byte[]>> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putAndGet(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public lastEntry() : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type String to K in method public lastKey() : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<AsyncIterator<Map.Entry<String,Versioned<byte[]>>>> to CompletableFuture<AsyncIterator<Map.Entry<K,Versioned<byte[]>>>> in method public iterator() : CompletableFuture<AsyncIterator<Map.Entry<K,Versioned<byte[]>>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Return Type CompletableFuture<Versioned<byte[]>> to CompletableFuture<Boolean> in method public remove(key K, value byte[]) : CompletableFuture<Boolean> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Return Type NavigableMap<String,MapEntryValue> to NavigableMap<K,MapEntryValue> in method protected createMap() : NavigableMap<K,MapEntryValue> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public firstKey() : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public higherKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public firstEntry() : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public firstEntry() : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMapBuilder<V> to AtomicTreeMapBuilder<K,V> in method public atomicTreeMapBuilder(name String) : AtomicTreeMapBuilder<K,V> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public lastKey() : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type NavigableMap<String,MapEntryValue> to NavigableMap<K,MapEntryValue> in method protected entries() : NavigableMap<K,MapEntryValue> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type AsyncAtomicTreeMap<V> to AsyncAtomicTreeMap<K,V> in method public async() : AsyncAtomicTreeMap<K,V> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map<String,Versioned<byte[]>> to Map<K,Versioned<byte[]>> in method public getAllPresent(keys Set<K>) : Map<K,Versioned<byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public lowerEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public lowerEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type TransactionScope to TransactionScope<K> in method package prepared(transactionLog TransactionLog<MapUpdate<K,byte[]>>) : TransactionScope<K> in class io.atomix.core.map.impl.AbstractAtomicMapService.TransactionScope |
From |
To |
|
Change Return Type DistributedSet<Map.Entry<String,Versioned<V>>> to DistributedSet<Map.Entry<K,Versioned<V>>> in method public entrySet() : DistributedSet<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type String to K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type NavigableSet<String> to NavigableSet<K> in method public navigableKeySet() : NavigableSet<K> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public ceilingEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type DistributedSet<Entry<String,Versioned<byte[]>>> to DistributedSet<Entry<K,Versioned<byte[]>>> in method public sync(operationTimeout Duration) : DistributedSet<Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet |
From |
To |
|
Change Return Type AtomicTreeMapBuilder<V> to AtomicTreeMapBuilder<K,V> in method public atomicTreeMapBuilder(name String, protocol PrimitiveProtocol) : AtomicTreeMapBuilder<K,V> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type String to K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type NavigableMap<String,V> to NavigableMap<K,V> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public firstEntry() : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<String,byte[]>> to CompletableFuture<NavigableMap<K,byte[]>> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public higherEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public put(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putIfAbsent(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putAndGet(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type Set<String> to Set<K> in method public keySet() : Set<K> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type AtomicTreeMap<V1> to AtomicTreeMap<K,V1> in method public sync(operationTimeout Duration) : AtomicTreeMap<K,V1> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public firstKey() : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Set<Map.Entry<String,Versioned<byte[]>>> to Set<Map.Entry<K,Versioned<byte[]>>> in method public entrySet() : Set<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public higherEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public sync(operationTimeout Duration) : AtomicTreeMap<K,V> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMapType<V> to AtomicTreeMapType<K,V> in method public instance() : AtomicTreeMapType<K,V> in class io.atomix.core.treemap.AtomicTreeMapType |
From |
To |
|
Change Return Type AtomicTreeMap<byte[]> to AtomicTreeMap<K,byte[]> in method public sync(operationTimeout Duration) : AtomicTreeMap<K,byte[]> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type String to K in method public lastKey() : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Batch<Map.Entry<String,Versioned<byte[]>>> to Batch<Map.Entry<K,Versioned<byte[]>>> in method public nextEntries(iteratorId long, position int) : Batch<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public sync() : AtomicTreeMap<K,V> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map<String,Versioned<byte[]>>> to CompletableFuture<Map<K,Versioned<byte[]>>> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type TransactionLog<MapUpdate<String,byte[]>> to TransactionLog<MapUpdate<K,byte[]>> in method package transactionLog() : TransactionLog<MapUpdate<K,byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapService.TransactionScope |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<AtomicTreeMap<V>> to CompletableFuture<AtomicTreeMap<K,V>> in method public buildAsync() : CompletableFuture<AtomicTreeMap<K,V>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapBuilder |
From |
To |
|
Change Return Type String to K in method public firstKey() : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, oldValue byte[], newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public floorKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public firstKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AsyncAtomicTreeMap<V> to AsyncAtomicTreeMap<K,V> in method public async() : AsyncAtomicTreeMap<K,V> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<String,V1>> to CompletableFuture<NavigableMap<K,V1>> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V1>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public lowerEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type NavigableMap<String,byte[]> to NavigableMap<K,byte[]> in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type String to K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public floorEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method private replaceIf(index long, key K, newValue MapEntryValue, predicate Predicate<MapEntryValue>) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type String to K in method public firstKey() : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type AsyncDistributedSet<String> to AsyncDistributedSet<K> in method public keySet() : AsyncDistributedSet<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public firstKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public ceilingKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public lastEntry() : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<Map<String,Versioned<V1>>> to CompletableFuture<Map<K,Versioned<V1>>> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map<String,MapEntryValue> to Map<K,MapEntryValue> in method protected entries() : Map<K,MapEntryValue> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public floorKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public floorEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map<String,Versioned<byte[]>> to Map<K,Versioned<byte[]>> in method public getAllPresent(keys Set<K>) : Map<K,Versioned<byte[]>> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<String,V>> to CompletableFuture<NavigableMap<K,V>> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<String>> to CompletableFuture<NavigableSet<K>> in method public navigableKeySet() : CompletableFuture<NavigableSet<K>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lastKey() : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type DistributedSet<String> to DistributedSet<K> in method public sync(operationTimeout Duration) : DistributedSet<K> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Return Type NavigableMap<String,V> to NavigableMap<K,V> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<K,V> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type AsyncDistributedSet<String> to AsyncDistributedSet<K> in method public keySet() : AsyncDistributedSet<K> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Return Type String to K in method public floorKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public getAtomicTreeMap(name String) : AtomicTreeMap<K,V> in class io.atomix.core.Atomix |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public lowerEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type AsyncDistributedSet<Map.Entry<String,Versioned<V>>> to AsyncDistributedSet<Map.Entry<K,Versioned<V>>> in method public entrySet() : AsyncDistributedSet<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lastKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<String>> to CompletableFuture<NavigableSet<K>> in method public navigableKeySet() : CompletableFuture<NavigableSet<K>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public ceilingEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public lastEntry() : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method private toVersionedEntry(entry Map.Entry<K,MapEntryValue>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type Set<String> to Set<K> in method public keySet() : Set<K> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type String to K in method public lastKey() : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Map<String,MapEntryValue> to Map<K,MapEntryValue> in method protected createMap() : Map<K,MapEntryValue> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public firstEntry() : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public getAtomicTreeMap(name String) : AtomicTreeMap<K,V> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type NavigableSet<String> to NavigableSet<K> in method public navigableKeySet() : NavigableSet<K> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public floorEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public put(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putIfAbsent(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Set<Map.Entry<String,Versioned<byte[]>>> to Set<Map.Entry<K,Versioned<byte[]>>> in method public entrySet() : Set<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method public higherEntry(key K) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K, version long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type NavigableMap<String,byte[]> to NavigableMap<K,byte[]> in method public subMap(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : NavigableMap<K,byte[]> in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type AsyncDistributedSet<Map.Entry<String,Versioned<V1>>> to AsyncDistributedSet<Map.Entry<K,Versioned<V1>>> in method public entrySet() : AsyncDistributedSet<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, oldVersion long, newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public floorEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<String,V>> to CompletableFuture<NavigableMap<K,V>> in method public subMap(upperKey K, lowerKey K, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<K,V>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<String>> to CompletableFuture<NavigableSet<K>> in method public navigableKeySet() : CompletableFuture<NavigableSet<K>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<MapEntryUpdateResult<String,byte[]>> to CompletableFuture<MapEntryUpdateResult<K,byte[]>> in method private checkLocked(result MapEntryUpdateResult<K,byte[]>) : CompletableFuture<MapEntryUpdateResult<K,byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Return Type CompletableFuture<AsyncIterator<String>> to CompletableFuture<AsyncIterator<K>> in method public iterator() : CompletableFuture<AsyncIterator<K>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapKeySet |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Batch<Map.Entry<String,Versioned<byte[]>>> to Batch<Map.Entry<K,Versioned<byte[]>>> in method public nextEntries(iteratorId long, position int) : Batch<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method private removeIf(index long, key K, predicate Predicate<MapEntryValue>) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method protected greaterKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type String to K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public higherEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Map<String,Versioned<V>> to Map<K,Versioned<V>> in method public getAllPresent(keys Iterable<K>) : Map<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type String to K in method public firstKey() : K in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V1>>> to CompletableFuture<Map.Entry<K,Versioned<V1>>> in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public getAtomicTreeMap(name String) : AtomicTreeMap<K,V> in class io.atomix.core.impl.CorePrimitivesService |
From |
To |
|
Change Return Type DistributedSet<String> to DistributedSet<K> in method public keySet() : DistributedSet<K> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lowerKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<String>> to CompletableFuture<NavigableSet<K>> in method public navigableKeySet() : CompletableFuture<NavigableSet<K>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<V>>> to CompletableFuture<Map.Entry<K,Versioned<V>>> in method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V>>> in class io.atomix.core.treemap.AsyncAtomicTreeMap |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, oldValue byte[], newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public lastEntry() : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.impl.BlockingAtomicTreeMap |
From |
To |
|
Change Return Type AsyncAtomicTreeMap<String> to AsyncAtomicTreeMap<String,String> in method private createResource(mapName String) : AsyncAtomicTreeMap<String,String> in class io.atomix.core.treemap.AtomicTreeMapTest |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putAndGet(key K, value byte[], ttl long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMapBuilder<V> to AtomicTreeMapBuilder<K,V> in method public newBuilder(name String, config AtomicTreeMapConfig, managementService PrimitiveManagementService) : AtomicTreeMapBuilder<K,V> in class io.atomix.core.treemap.AtomicTreeMapType |
From |
To |
|
Change Return Type AsyncDistributedSet<Entry<String,Versioned<byte[]>>> to AsyncDistributedSet<Entry<K,Versioned<byte[]>>> in method public entrySet() : AsyncDistributedSet<Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type String to K in method public lowerKey(key K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapService |
From |
To |
|
Change Return Type String to K in method protected lesserKey(a K, b K) : K in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<Map<String,Versioned<V>>> to CompletableFuture<Map<K,Versioned<V>>> in method public getAllPresent(keys Iterable<K>) : CompletableFuture<Map<K,Versioned<V>>> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method protected greaterEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public ceilingKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public replace(key K, oldVersion long, newValue byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type String to K in method public lowerKey(key K) : K in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<V>> to Map.Entry<K,Versioned<V>> in method public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> in class io.atomix.core.treemap.AtomicTreeMap |
From |
To |
|
Change Return Type AtomicTreeMap<V> to AtomicTreeMap<K,V> in method public sync(operationTimeout Duration) : AtomicTreeMap<K,V> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type AsyncDistributedSet<String> to AsyncDistributedSet<K> in method public keySet() : AsyncDistributedSet<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Batch<String> to Batch<K> in method public nextKeys(iteratorId long, position int) : Batch<K> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lastKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public put(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type Map.Entry<String,Versioned<byte[]>> to Map.Entry<K,Versioned<byte[]>> in method protected lesserEntry(a Map.Entry<K,Versioned<byte[]>>, b Map.Entry<K,Versioned<byte[]>>) : Map.Entry<K,Versioned<byte[]>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public putIfAbsent(key K, value byte[]) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<String,Versioned<byte[]>>> to CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type MapEntryUpdateResult<String,byte[]> to MapEntryUpdateResult<K,byte[]> in method public remove(key K, version long) : MapEntryUpdateResult<K,byte[]> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type String to K in method public higherKey(key K) : K in class io.atomix.core.treemap.impl.DefaultAtomicTreeMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public firstKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type Batch<String> to Batch<K> in method public nextKeys(iteratorId long, position int) : Batch<K> in class io.atomix.core.map.impl.AbstractAtomicMapService |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public higherKey(key K) : CompletableFuture<K> in class io.atomix.core.treemap.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type CompletableFuture<String> to CompletableFuture<K> in method public lastKey() : CompletableFuture<K> in class io.atomix.core.treemap.impl.TranscodingAsyncAtomicTreeMap |
From |
To |