|
Move Method public keySet() : DistributedSet<K> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public keySet() : DistributedSet<K> from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public size() : CompletableFuture<Integer> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public size() : CompletableFuture<Integer> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public containsValue(value V) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public containsValue(value V) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public lastKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public lastKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedSortedMap |
From |
To |
|
Move Method public remove(key K, version long) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public remove(key K, value V) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public size() : int from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public size() : int from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public remove(key K, value V) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public remove(key K, value V) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public keySet() : AsyncDistributedSet<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public keySet() : AsyncDistributedSet<K> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public firstKey() : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public firstKey() : K from class io.atomix.core.map.impl.BlockingAtomicSortedMap |
From |
To |
|
Move Method public remove(key K, value V1) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public remove(key K, value V) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public get(key String) : Versioned<Collection<? extends byte[]>> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public get(key String) : Versioned<Collection<byte[]>> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public firstKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public firstKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedSortedMap |
From |
To |
|
Move Method public containsKey(key K) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public containsKey(key K) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public clear() : CompletableFuture<Void> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public clear() : CompletableFuture<Void> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public containsValue(value V1) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public containsValue(value V1) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public removeListener(listener AtomicMapEventListener<K,V>) : void from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public removeListener(listener MultimapEventListener<K,V>) : void from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method private complete(future CompletableFuture<T>) : T from class io.atomix.core.map.impl.BlockingAtomicTreeMap to private complete(future CompletableFuture<T>) : T from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public containsValue(value V) : boolean from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public containsValue(value Object) : boolean from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public clear() : void from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public clear() : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public replaceValues(key String, values Collection<byte[]>) : Versioned<Collection<? extends byte[]>> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public replaceValues(key String, values Collection<byte[]>) : Versioned<Collection<byte[]>> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public containsKey(key K) : CompletableFuture<Boolean> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public containsKey(key K) : CompletableFuture<Boolean> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public keySet() : AsyncDistributedSet<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public keySet() : AsyncDistributedSet<K> from class io.atomix.core.multimap.impl.DelegatingAsyncDistributedMultimap |
From |
To |
|
Move Method public addListener(listener AtomicMapEventListener<K,V>, executor Executor) : void from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public addListener(listener MultimapEventListener<K,V>, executor Executor) : void from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public isEmpty() : CompletableFuture<Boolean> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public isEmpty() : CompletableFuture<Boolean> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public lastKey() : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public lastKey() : K from class io.atomix.core.map.impl.BlockingAtomicSortedMap |
From |
To |
|
Move Method public size() : CompletableFuture<Integer> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public size() : CompletableFuture<Integer> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method private toVersioned(value MapEntryValues) : Versioned<Collection<? extends byte[]>> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to private toVersioned(value MapEntryValues) : Versioned<Collection<byte[]>> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public lastKey() : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public lastKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedSortedMap |
From |
To |
|
Move Method public removeAll(key String) : Versioned<Collection<? extends byte[]>> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public removeAll(key String) : Versioned<Collection<byte[]>> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public clear() : CompletableFuture<Void> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public clear() : CompletableFuture<Void> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public remove(key K, value V) : boolean from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public remove(key Object, value Object) : boolean from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public firstKey() : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public firstKey() : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedSortedMap |
From |
To |
|
Move Method public isEmpty() : boolean from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public isEmpty() : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Move Method public removeListener(listener AtomicMapEventListener<K,V1>) : CompletableFuture<Void> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public removeListener(listener MapEventListener<K1,V1>) : CompletableFuture<Void> from class io.atomix.core.map.impl.TranscodingAsyncDistributedMap |
From |
To |
|
Move Method public remove(key K, version long) : boolean from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public remove(key Object, value Object) : boolean from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Move Method public containsKey(key K) : boolean from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public containsKey(key Object) : boolean from class io.atomix.core.multimap.impl.BlockingDistributedMultimap |
From |
To |
|
Pull Up Method public listen() : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public listen() : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public keyCount() : int from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public keyCount() : int from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public containsValue(value byte[]) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public containsValue(value byte[]) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public pollFirstEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public pollFirstEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public iterateValues() : long from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public iterateValues() : long from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public iterateKeySet() : long from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public iterateKeySet() : long from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public ceilingEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public lastEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public closeKeySet(iteratorId long) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public closeKeySet(iteratorId long) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public floorEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public floorEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method private convertEntry(entry Map.Entry<K,Versioned<V>>) : Map.Entry<K,V> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to private convertEntry(entry Map.Entry<K,Versioned<V>>) : Map.Entry<K,V> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public nextKeys(iteratorId long, position int) : Batch<String> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public nextKeys(iteratorId long, position int) : Batch<String> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public remove(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public remove(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public closeKeys(iteratorId long) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public closeKeys(iteratorId long) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public containsEntry(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public containsEntry(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public nextValues(iteratorId long, position int) : Batch<byte[]> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public nextValues(iteratorId long, position int) : Batch<byte[]> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public higherEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public putAll(key String, values Collection<? extends byte[]>) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public putAll(key String, values Collection<? extends byte[]>) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public iterateKeys() : long from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public iterateKeys() : long from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public clear() : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public clear() : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public higherKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public higherKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public ceilingKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public ceilingKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public higherKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public higherKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public put(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public put(key String, value byte[]) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public navigableKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public navigableKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public onExpire(session Session) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public onExpire(session Session) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public descendingKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public descendingKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public lastEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public lastEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public floorKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public floorKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public iterateEntries() : long from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public iterateEntries() : long from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public pollFirstEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public pollFirstEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public lowerKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public lowerKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public closeEntries(iteratorId long) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public closeEntries(iteratorId long) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public serializer() : Serializer from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public serializer() : Serializer from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public removeAll(key String, values Collection<? extends byte[]>) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public removeAll(key String, values Collection<? extends byte[]>) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public lowerEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public pollLastEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public pollLastEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public navigableKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public navigableKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public lowerKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public lowerKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public firstEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public firstEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public floorEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public pollLastEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public pollLastEntry() : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public onClose(session Session) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public onClose(session Session) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public descendingKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public descendingKeySet() : AsyncDistributedNavigableSet<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public higherEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public higherEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public descendingMap() : AsyncDistributedNavigableMap<K,V> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public descendingMap() : AsyncDistributedNavigableMap<K,V> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public lastEntry() : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public lastEntry() : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public lowerEntry(key K) : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public floorEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public floorEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public floorKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public floorKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public unlisten() : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public unlisten() : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public isEmpty() : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public isEmpty() : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public lowerEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public lowerEntry(key K) : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public ceilingKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public ceilingKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public containsKeys(keys Collection<String>) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public containsKeys(keys Collection<String>) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public containsKey(key String) : boolean from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public containsKey(key String) : boolean from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public restore(reader BackupInput) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public restore(reader BackupInput) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public nextEntries(iteratorId long, position int) : Batch<Map.Entry<String,byte[]>> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public nextEntries(iteratorId long, position int) : Batch<Map.Entry<String,byte[]>> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public closeValues(iteratorId long) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public closeValues(iteratorId long) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public lowerKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public lowerKey(key K) : K from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public higherKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public higherKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public ceilingKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public ceilingKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public size() : int from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public size() : int from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public firstEntry() : CompletableFuture<Map.Entry<K,Versioned<V1>>> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method private onChange(key String, oldValue byte[], newValue byte[]) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to private onChange(key String, oldValue byte[], newValue byte[]) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public firstEntry() : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicTreeMap to public firstEntry() : Map.Entry<K,Versioned<V>> from class io.atomix.core.map.impl.BlockingAtomicNavigableMap |
From |
To |
|
Pull Up Method public floorKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicTreeMap to public floorKey(key K) : CompletableFuture<K> from class io.atomix.core.map.impl.TranscodingAsyncAtomicNavigableMap |
From |
To |
|
Pull Up Method public entryCount() : int from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public entryCount() : int from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public higherEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public higherEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedTreeMap to public ceilingEntry(key K) : CompletableFuture<Map.Entry<K,V>> from class io.atomix.core.map.impl.DelegatingAsyncDistributedNavigableMap |
From |
To |
|
Pull Up Method public backup(writer BackupOutput) : void from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public backup(writer BackupOutput) : void from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Pull Up Method public nextKeySet(iteratorId long, position int) : Batch<String> from class io.atomix.core.multimap.impl.DefaultAtomicMultimapService to public nextKeySet(iteratorId long, position int) : Batch<String> from class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public get(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.CachingAsyncAtomicMultimap |
From |
To |
|
Change Return Type AsyncAtomicTreeMap<K,V> to AsyncAtomicSortedMap<K,V> in method public async() : AsyncAtomicSortedMap<K,V> in class io.atomix.core.map.AtomicSortedMap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method private toVersioned(value MapEntryValues) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public replace(key String, values Collection<? extends byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.NonTransactionalValues |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V1>>> to CompletableFuture<Versioned<Collection<V1>>> in method public get(key K1) : CompletableFuture<Versioned<Collection<V1>>> in class io.atomix.core.multimap.impl.TranscodingAsyncAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AtomicMultimapService |
From |
To |
|
Change Return Type AsyncAtomicTreeMap<K,V> to AsyncAtomicNavigableMap<K,V> in method public async() : AsyncAtomicNavigableMap<K,V> in class io.atomix.core.map.AtomicNavigableMap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public get(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public replaceValues(key String, values Collection<byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Change Return Type AsyncAtomicNavigableMap<K,Versioned<byte[]>> to AsyncAtomicNavigableMap<K,byte[]> in method public descendingMap() : AsyncAtomicNavigableMap<K,byte[]> in class io.atomix.core.map.impl.AtomicTreeMapProxy |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public removeAll(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.DelegatingAsyncAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String, values Collection<? extends byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.MapEntryValues |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends byte[]>>> to CompletableFuture<Versioned<Collection<byte[]>>> in method public replaceValues(key String, values Collection<byte[]>) : CompletableFuture<Versioned<Collection<byte[]>>> in class io.atomix.core.multimap.impl.AtomicMultimapProxy |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public replace(key String, values Collection<? extends byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.MapEntryValues |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public removeAll(key K) : Versioned<Collection<V>> in class io.atomix.core.multimap.AtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public removeAll(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.AsyncAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public get(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.AsyncAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public get(key K) : Versioned<Collection<V>> in class io.atomix.core.multimap.impl.BlockingAtomicMultimap |
From |
To |
|
Change Return Type AsyncAtomicNavigableMap<K,Versioned<V>> to AsyncAtomicNavigableMap<K,V> in method public descendingMap() : AsyncAtomicNavigableMap<K,V> in class io.atomix.core.map.AsyncAtomicNavigableMap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public replaceValues(key K, values Collection<V>) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.CachingAsyncAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public get(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.DelegatingAsyncAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V1>>> to CompletableFuture<Versioned<Collection<V1>>> in method public removeAll(key K1) : CompletableFuture<Versioned<Collection<V1>>> in class io.atomix.core.multimap.impl.TranscodingAsyncAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public replaceValues(key K, values Collection<V>) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.DelegatingAsyncAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public get(key K) : Versioned<Collection<V>> in class io.atomix.core.multimap.AtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String, values Collection<? extends byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.NonTransactionalValues |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V1>>> to CompletableFuture<Versioned<Collection<V1>>> in method public replaceValues(key K1, values Collection<V1>) : CompletableFuture<Versioned<Collection<V1>>> in class io.atomix.core.multimap.impl.TranscodingAsyncAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.MapEntryValues |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public replaceValues(key K, values Collection<V>) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.AsyncAtomicMultimap |
From |
To |
|
Change Return Type Collection<? extends byte[]> to Collection<byte[]> in method public values() : Collection<byte[]> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.MapEntryValues |
From |
To |
|
Change Return Type NavigableSet<K> to DistributedNavigableSet<K> in method public navigableKeySet() : DistributedNavigableSet<K> in class io.atomix.core.map.AtomicNavigableMap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends byte[]>>> to CompletableFuture<Versioned<Collection<byte[]>>> in method public removeAll(key String) : CompletableFuture<Versioned<Collection<byte[]>>> in class io.atomix.core.multimap.impl.AtomicMultimapProxy |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public removeAll(key K) : Versioned<Collection<V>> in class io.atomix.core.multimap.impl.BlockingAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends V>>> to CompletableFuture<Versioned<Collection<V>>> in method public removeAll(key K) : CompletableFuture<Versioned<Collection<V>>> in class io.atomix.core.multimap.impl.CachingAsyncAtomicMultimap |
From |
To |
|
Change Return Type CompletableFuture<NavigableSet<K>> to AsyncDistributedNavigableSet<K> in method public navigableKeySet() : AsyncDistributedNavigableSet<K> in class io.atomix.core.map.impl.DelegatingAsyncAtomicTreeMap |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public replaceValues(key K, values Collection<V>) : Versioned<Collection<V>> in class io.atomix.core.multimap.AtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends V>> to Versioned<Collection<V>> in method public replaceValues(key K, values Collection<V>) : Versioned<Collection<V>> in class io.atomix.core.multimap.impl.BlockingAtomicMultimap |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public removeAll(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.NonTransactionalValues |
From |
To |
|
Change Return Type CompletableFuture<Versioned<Collection<? extends byte[]>>> to CompletableFuture<Versioned<Collection<byte[]>>> in method public get(key String) : CompletableFuture<Versioned<Collection<byte[]>>> in class io.atomix.core.multimap.impl.AtomicMultimapProxy |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public get(key String) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AtomicMultimapService |
From |
To |
|
Change Return Type Collection<? extends byte[]> to Collection<byte[]> in method public values() : Collection<byte[]> in class io.atomix.core.multimap.impl.AbstractAtomicMultimapService.NonTransactionalValues |
From |
To |
|
Change Return Type Versioned<Collection<? extends byte[]>> to Versioned<Collection<byte[]>> in method public replaceValues(key String, values Collection<byte[]>) : Versioned<Collection<byte[]>> in class io.atomix.core.multimap.impl.AtomicMultimapService |
From |
To |