|
Change Parameter Type key : K to key : String in method public put(key String, value V) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<K,V>> to transactionLog : TransactionLog<MapUpdate<String,V>> in method public prepareAndCommit(transactionLog TransactionLog<MapUpdate<String,V>>) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public replace(key String, value V1) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K,V> to listener : MapEventListener<String,V> in method public removeListener(listener MapEventListener<String,V>) : void in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<K1,V1>> to transactionLog : TransactionLog<MapUpdate<String,V1>> in method public prepare(transactionLog TransactionLog<MapUpdate<String,V1>>) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public put(key String, value V) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public remove(key String, version long) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String, value V) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type upperKey : K to upperKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super String,? super V,? extends V> in method public computeIf(key String, condition Predicate<? super V>, remappingFunction BiFunction<? super String,? super V,? extends V>) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public replace(key String, oldVersion long, newValue V1) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type backingMap : AsyncConsistentTreeMap<K2,V2> to backingMap : AsyncConsistentTreeMap<V2> in method public TranscodingAsyncConsistentTreeMap(backingMap AsyncConsistentTreeMap<V2>, valueEncoder Function<V1,V2>, valueDecoder Function<V2,V1>) in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type lowerKey : K to lowerKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public compute(key String, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<K,V>> to transactionLog : TransactionLog<MapUpdate<String,V>> in method public prepare(transactionLog TransactionLog<MapUpdate<String,V>>) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public replace(key String, oldValue V1, newValue V1) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public containsKey(key String) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type upperKey : K to upperKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public containsKey(key String) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K1,V1> to listener : MapEventListener<String,V1> in method package InternalBackingMapEventListener(listener MapEventListener<String,V1>) in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap.InternalBackingMapEventListener |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public putIfAbsent(key String, value V1) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public put(key String, value V1) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public computeIf(key String, condition Predicate<? super V>, remappingFunction BiFunction<? super String,? super V,? extends V>) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type lowerKey : K to lowerKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type treeMap : AsyncConsistentTreeMap<K,V> to treeMap : AsyncConsistentTreeMap<V> in method public BlockingConsistentTreeMap(treeMap AsyncConsistentTreeMap<V>, operationTimeoutMillis long) in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public containsKey(key String) : boolean in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, oldValue V, newValue V) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, oldValue V, newValue V) : boolean in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K1,V1> to listener : MapEventListener<String,V1> in method public removeListener(listener MapEventListener<String,V1>) : CompletableFuture<Void> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, value V) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super String,? super V,? extends V> in method public computeIf(key String, condition Predicate<? super V>, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public getOrDefault(key String, defaultValue V) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String, version long) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type lowerKey : K to lowerKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public putAndGet(key String, value V1) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public remove(key String, value V1) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public computeIf(key String, condition Predicate<? super V>, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String, value V) : boolean in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type lowerKey : K to lowerKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public remove(key String) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K,V> to listener : MapEventListener<String,V> in method public addListener(listener MapEventListener<String,V>, executor Executor) : CompletableFuture<Void> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type transactionLog : TransactionLog<MapUpdate<K1,V1>> to transactionLog : TransactionLog<MapUpdate<String,V1>> in method public prepareAndCommit(transactionLog TransactionLog<MapUpdate<String,V1>>) : CompletableFuture<Boolean> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type mappingFunction : Function<? super K,? extends V> to mappingFunction : Function<? super String,? extends V> in method public computeIfAbsent(key String, mappingFunction Function<? super String,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, oldVersion long, newValue V) : boolean in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public get(key String) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, oldVersion long, newValue V) : CompletableFuture<Boolean> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K1,V1> to listener : MapEventListener<String,V1> in method public addListener(listener MapEventListener<String,V1>, executor Executor) : CompletableFuture<Void> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public putIfAbsent(key String, value V) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public getOrDefault(key String, defaultValue V1) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public putAndGet(key String, value V) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super String,? super V,? extends V> in method public compute(key String, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K,V> to listener : MapEventListener<String,V> in method public removeListener(listener MapEventListener<String,V>) : CompletableFuture<Void> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public computeIfPresent(key String, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public putIfAbsent(key String, value V) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public get(key String) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type delegateMap : AsyncConsistentTreeMap<K,V> to delegateMap : AsyncConsistentTreeMap<V> in method package DelegatingAsyncConsistentTreeMap(delegateMap AsyncConsistentTreeMap<V>) in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public computeIfAbsent(key String, mappingFunction Function<? super String,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public floorKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public remove(key String, version long) : boolean in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public replace(key String, value V) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type upperKey : K to upperKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type listener : MapEventListener<K,V> to listener : MapEventListener<String,V> in method public addListener(listener MapEventListener<String,V>, executor Executor) : void in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type upperKey : K to upperKey : String in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public putAndGet(key String, value V) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public ceilingEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K1 to key : String in method public computeIf(key String, condition Predicate<? super V1>, remappingFunction BiFunction<? super String,? super V1,? extends V1>) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public getOrDefault(key String, defaultValue V) : CompletableFuture<Versioned<V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type event : MapEvent<K2,V2> to event : MapEvent<String,V2> in method public event(event MapEvent<String,V2>) : void in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap.InternalBackingMapEventListener |
From |
To |
|
Change Parameter Type key : K to key : String in method public get(key String) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super String,? super V,? extends V> in method public computeIfPresent(key String, remappingFunction BiFunction<? super String,? super V,? extends V>) : Versioned<V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type remappingFunction : BiFunction<? super K1,? super V1,? extends V1> to remappingFunction : BiFunction<? super String,? super V1,? extends V1> in method public computeIf(key String, condition Predicate<? super V1>, remappingFunction BiFunction<? super String,? super V1,? extends V1>) : CompletableFuture<Versioned<V1>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public lowerKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Parameter Type key : K to key : String in method public higherEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public floorEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public firstKey() : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public firstEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMapType<K,V> to ConsistentTreeMapType<V> in method public treeMap() : ConsistentTreeMapType<V> in class io.atomix.PrimitiveTypes |
From |
To |
|
Change Return Type CompletableFuture<Set<Map.Entry<K,Versioned<V>>>> to CompletableFuture<Set<Map.Entry<String,Versioned<V>>>> in method public entrySet() : CompletableFuture<Set<Map.Entry<String,Versioned<V>>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public pollFirstEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K1,Versioned<V1>>> to CompletableFuture<Map.Entry<String,Versioned<V1>>> in method public lastEntry() : CompletableFuture<Map.Entry<String,Versioned<V1>>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public firstKey() : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public floorEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public firstKey() : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type NavigableMap<K,V> to NavigableMap<String,V> in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public ceilingKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type AsyncConsistentTreeMap<K,V> to AsyncConsistentTreeMap<V> in method protected newTreeMap(proxy PrimitiveProxy) : AsyncConsistentTreeMap<V> in class io.atomix.map.impl.ConsistentTreeMapProxyBuilder |
From |
To |
|
Change Return Type CompletableFuture<Set<Map.Entry<K1,Versioned<V1>>>> to CompletableFuture<Set<Map.Entry<String,Versioned<V1>>>> in method public entrySet() : CompletableFuture<Set<Map.Entry<String,Versioned<V1>>>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public higherEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public pollLastEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public firstEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public pollFirstEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<K,V>> to CompletableFuture<NavigableMap<String,V>> in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public lastKey() : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public firstEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type NavigableSet<K> to NavigableSet<String> in method public navigableKeySet() : NavigableSet<String> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public lastKey() : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public ceilingEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type AsyncConsistentTreeMap<K,V> to AsyncConsistentTreeMap<V> in method public buildAsync() : AsyncConsistentTreeMap<V> in class io.atomix.map.impl.ConsistentTreeMapProxyBuilder |
From |
To |
|
Change Return Type K to String in method public lowerKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public pollLastEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public ceilingEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<K>> to CompletableFuture<NavigableSet<String>> in method public navigableKeySet() : CompletableFuture<NavigableSet<String>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Set<Map.Entry<K,Versioned<V>>> to Set<Map.Entry<String,Versioned<V>>> in method public entrySet() : Set<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public higherEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public lowerKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type NavigableMap<K,V> to NavigableMap<String,V> in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : NavigableMap<String,V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public higherKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public pollLastEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public higherEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMap<K,V> to ConsistentTreeMap<V> in method public asTreeMap(timeoutMillis long) : ConsistentTreeMap<V> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public firstEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public ceilingKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public lastKey() : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public lowerKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public lowerEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public lastEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public floorKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public firstKey() : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public floorEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K1> to CompletableFuture<String> in method public lastKey() : CompletableFuture<String> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public pollFirstEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public lastKey() : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<K1>> to CompletableFuture<NavigableSet<String>> in method public navigableKeySet() : CompletableFuture<NavigableSet<String>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public higherKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public floorEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public pollFirstEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K1,Versioned<V1>>> to CompletableFuture<Map.Entry<String,Versioned<V1>>> in method public pollFirstEntry() : CompletableFuture<Map.Entry<String,Versioned<V1>>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Set<K>> to CompletableFuture<Set<String>> in method public keySet() : CompletableFuture<Set<String>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public lowerEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public lastEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K1> to CompletableFuture<String> in method public firstKey() : CompletableFuture<String> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type NavigableSet<K> to NavigableSet<String> in method public navigableKeySet() : NavigableSet<String> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public higherEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Set<K1>> to CompletableFuture<Set<String>> in method public keySet() : CompletableFuture<Set<String>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K1,Versioned<V1>>> to CompletableFuture<Map.Entry<String,Versioned<V1>>> in method public pollLastEntry() : CompletableFuture<Map.Entry<String,Versioned<V1>>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public higherKey(key String) : String in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<K>> to CompletableFuture<NavigableSet<String>> in method public navigableKeySet() : CompletableFuture<NavigableSet<String>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public ceilingKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public floorKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public lastEntry() : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMapBuilder<K,V> to ConsistentTreeMapBuilder<V> in method public newPrimitiveBuilder(name String, managementService PrimitiveManagementService) : ConsistentTreeMapBuilder<V> in class io.atomix.map.ConsistentTreeMapType |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public floorKey(key String) : CompletableFuture<String> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Set<K> to Set<String> in method public keySet() : Set<String> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public lowerEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public ceilingEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.impl.DelegatingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K1,Versioned<V1>>> to CompletableFuture<Map.Entry<String,Versioned<V1>>> in method public firstEntry() : CompletableFuture<Map.Entry<String,Versioned<V1>>> in class io.atomix.map.impl.TranscodingAsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public pollLastEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type AsyncConsistentTreeMap<String,String> to AsyncConsistentTreeMap<String> in method private createResource(mapName String) : AsyncConsistentTreeMap<String> in class io.atomix.map.impl.ConsistentTreeMapTest |
From |
To |
|
Change Return Type ConsistentTreeMap<K,V> to ConsistentTreeMap<V> in method public build() : ConsistentTreeMap<V> in class io.atomix.map.ConsistentTreeMapBuilder |
From |
To |
|
Change Return Type K to String in method public lowerKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public floorKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMapBuilder<K,V> to ConsistentTreeMapBuilder<V> in method public consistentTreeMapBuilder(name String) : ConsistentTreeMapBuilder<V> in class io.atomix.PrimitivesService |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public lastEntry() : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type K to String in method public higherKey(key String) : String in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<Map.Entry<K,Versioned<V>>> to CompletableFuture<Map.Entry<String,Versioned<V>>> in method public lowerEntry(key String) : CompletableFuture<Map.Entry<String,Versioned<V>>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMap<K,V> to ConsistentTreeMap<V> in method public asTreeMap() : ConsistentTreeMap<V> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type ConsistentTreeMapType<K,V> to ConsistentTreeMapType<V> in method public instance() : ConsistentTreeMapType<V> in class io.atomix.map.ConsistentTreeMapType |
From |
To |
|
Change Return Type Map<K,V> to Map<String,V> in method public asJavaMap() : Map<String,V> in class io.atomix.map.impl.BlockingConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<NavigableMap<K,V>> to CompletableFuture<NavigableMap<String,V>> in method public subMap(upperKey String, lowerKey String, inclusiveUpper boolean, inclusiveLower boolean) : CompletableFuture<NavigableMap<String,V>> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |
|
Change Return Type Map.Entry<K,Versioned<V>> to Map.Entry<String,Versioned<V>> in method public ceilingEntry(key String) : Map.Entry<String,Versioned<V>> in class io.atomix.map.ConsistentTreeMap |
From |
To |
|
Change Return Type CompletableFuture<K> to CompletableFuture<String> in method public ceilingKey(key String) : CompletableFuture<String> in class io.atomix.map.AsyncConsistentTreeMap |
From |
To |