|
Change Parameter Type targetEventType : org.infinispan.server.hotrod.ClientEventType to targetEventType : ClientEventType in method protected StatefulClientEventSender(cache Cache, ch Channel, listenerId byte[], version byte, targetEventType ClientEventType, keyEncoder Encoder, valueEncoder Encoder, keyWrapper Wrapper, valueWrapper Wrapper) in class org.infinispan.server.hotrod.ClientListenerRegistry.StatefulClientEventSender |
From |
To |
|
Change Parameter Type map : Map<K,V> to map : Map<? extends K,? extends V> in method private decodeMapForRead(map Map<? extends K,? extends V>) : Map<K,V> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Change Parameter Type event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.continuous.impl.IckleContinuousQueryFilterIndexingServiceProvider |
From |
To |
|
Change Parameter Type cacheName : String to cache : Cache in method public start(cache Cache, segments Optional<BitSet>, namedFactory Optional<KeyValuePair<String,List<byte[]>>>, batch int, metadata boolean) : String in class org.infinispan.server.hotrod.iteration.DefaultIterationManager |
From |
To |
|
Change Parameter Type event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.dsl.embedded.impl.IckleFilterIndexingServiceProvider |
From |
To |
|
Change Parameter Type hotRodTypeConverter : Optional<HotRodTypeConverter> to valueEncoder : Encoder in method package CompatInfo(enabled boolean, valueEncoder Encoder) in class org.infinispan.server.hotrod.iteration.CompatInfo |
From |
To |
|
Change Parameter Type actualCollection : CacheSet<K> to actualCollection : CacheCollection<V> in method package EncoderValuesCollection(cache Cache<K,V>, actualCollection CacheCollection<V>) in class org.infinispan.cache.impl.EncoderCache.EncoderValuesCollection |
From |
To |
|
Change Parameter Type actualCollection : CacheSet<CacheEntry<K,V>> to actualCollection : CacheSet<K> in method package EncodedKeySet(cache Cache<K,V>, actualCollection CacheSet<K>) in class org.infinispan.cache.impl.EncoderCache.EncodedKeySet |
From |
To |
|
Change Parameter Type event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected abstract matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.dsl.embedded.impl.BaseJPAFilterIndexingServiceProvider |
From |
To |
|
Change Parameter Type converter : TypeConverter to marshaller : StreamingMarshaller in method private bootstrap(cacheName String, cache AdvancedCache<?,?>, configuration Configuration, globalComponentRegistry GlobalComponentRegistry, marshaller StreamingMarshaller) : void in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Change Parameter Type cacheName : String to cache : Cache in method public start(cache Cache, segments Optional<BitSet>, filterConverterFactory Optional<KeyValuePair<String,List<byte[]>>>, batch int, metadata boolean) : String in class org.infinispan.server.hotrod.iteration.IterationManager |
From |
To |
|
Change Variable Type compatibilityModeConfiguration : CompatibilityModeConfiguration to compatEnabled : boolean in method private getEncoderClass(globalConfiguration GlobalConfiguration, configuration Configuration) : Class<? extends Encoder> in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Change Variable Type entryStream : CacheStream<CacheEntry<K,V>> to entryStream : CacheStream in method private addListenerInternal(listener Object, keyEncoderClass Class<? extends Encoder>, valueEncoderClass Class<? extends Encoder>, keyWrapperClass Class<? extends Wrapper>, valueWrapperClass Class<? extends Wrapper>, filter CacheEventFilter<? super K,? super V>, converter CacheEventConverter<? super K,? super V,C>, classLoader ClassLoader) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Variable Type entryStream : CacheStream<CacheEntry<K,V>> to entryStream : CacheStream in method private addFilteredListenerInternal(listener Object, keyEncoderClass Class<? extends Encoder>, valueEncoderClass Class<? extends Encoder>, keyWrapperClass Class<? extends Wrapper>, valueWrapperClass Class<? extends Wrapper>, filter CacheEventFilter<? super K,? super V>, converter CacheEventConverter<? super K,? super V,C>, filterAnnotations Set<Class<? extends Annotation>>) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Variable Type converter : TypeConverter to encoderRegistry : EncoderRegistry in method public testStoreAsBinaryOnBoth() : void in class org.infinispan.marshall.MarshalledValuesFineGrainedTest |
From |
To |
|
Rename Variable returned : V to ret : V in method public putIfAbsent(key K, value V, metadata Metadata) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public put(key K, value V, metadata Metadata) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable unboxedValue : V to unwrappedValue : V in method private decodeEntryMapForRead(map Map<K,CacheEntry<K,V>>) : Map<K,CacheEntry<K,V>> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable unboxedKey : K to unwrappedKey : K in method private decodeEntryMapForRead(map Map<K,CacheEntry<K,V>>) : Map<K,CacheEntry<K,V>> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public remove(key Object) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public replace(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable type : StorageType to storageType : StorageType in method private getEncoderClass(globalConfiguration GlobalConfiguration, configuration Configuration) : Class<? extends Encoder> in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Rename Variable newKeys : K[] to encoded : K[] in method public lock(keys K...) : boolean in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to v : V in method public get(key Object) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable cm : DataTypedCacheManager to dataTypedCacheManager : DataTypedCacheManager in method public runScript(scriptName String, context TaskContext) : CompletableFuture<T> in class org.infinispan.scripting.impl.ScriptingManagerImpl |
From |
To |
|
Rename Variable returned : Map<K,V> to ret : Map<K,V> in method public getGroup(groupName String) : Map<K,V> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable compatibilityModeConfiguration : CompatibilityModeConfiguration to compatEnabled : boolean in method private getEncoderClass(globalConfiguration GlobalConfiguration, configuration Configuration) : Class<? extends Encoder> in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Rename Variable returned : V to ret : V in method public replace(key K, value V) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public put(key K, value V, lifespan long, unit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public replace(key K, value V, metadata Metadata) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : Map<K,V> to ret : Map<K,V> in method public getAll(keys Set<?>) : Map<K,V> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to v : V in method public putIfAbsent(key K, value V, lifespan long, unit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public putIfAbsent(key K, value V) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public put(key K, value V) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public computeIfAbsent(key K, mappingFunction Function<? super K,? extends V>) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public put(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public replace(key K, value V, lifespan long, unit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable returned : V to ret : V in method public putIfAbsent(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdleTime long, maxIdleTimeUnit TimeUnit) : V in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable converter : TypeConverter to encoderRegistry : EncoderRegistry in method public testStoreAsBinaryOnBoth() : void in class org.infinispan.marshall.MarshalledValuesFineGrainedTest |
From |
To |
|
Rename Variable boxedKey : K to keyToStorage : K in method public getCacheEntry(key Object) : CacheEntry<K,V> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Rename Variable unboxedValue : V to valueFromStorage : V in method public getCacheEntry(key Object) : CacheEntry<K,V> in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Change Return Type CacheStream<CacheEntry<K,V>> to CacheStream<K> in method public parallelStream() : CacheStream<K> in class org.infinispan.cache.impl.EncoderCache.EncodedKeySet |
From |
To |
|
Change Return Type CloseableIterator<K> to CloseableIterator<V> in method public iterator() : CloseableIterator<V> in class org.infinispan.cache.impl.EncoderCache.EncoderValuesCollection |
From |
To |
|
Change Return Type CacheStream<CacheEntry<K,V>> to CacheStream<K> in method public stream() : CacheStream<K> in class org.infinispan.cache.impl.EncoderCache.EncodedKeySet |
From |
To |
|
Change Return Type ConverterKeyMapper to EncoderKeyMapper in method public readObject(input ObjectInput) : EncoderKeyMapper in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer |
From |
To |
|
Change Return Type Set<Class<? extends ConverterKeyMapper>> to Set<Class<? extends EncoderKeyMapper>> in method public getTypeClasses() : Set<Class<? extends EncoderKeyMapper>> in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer |
From |
To |
|
Change Return Type CacheStream<K> to CacheStream<V> in method public parallelStream() : CacheStream<V> in class org.infinispan.cache.impl.EncoderCache.EncoderValuesCollection |
From |
To |
|
Change Return Type CloseableSpliterator<CacheEntry<K,V>> to CloseableSpliterator<K> in method public spliterator() : CloseableSpliterator<K> in class org.infinispan.cache.impl.EncoderCache.EncodedKeySet |
From |
To |
|
Change Return Type Set<Class<? extends ConverterEntryMapper>> to Set<Class<? extends EncoderEntryMapper>> in method public getTypeClasses() : Set<Class<? extends EncoderEntryMapper>> in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer |
From |
To |
|
Change Return Type ConverterValueMapper to EncoderValueMapper in method public readObject(input ObjectInput) : EncoderValueMapper in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer |
From |
To |
|
Change Return Type Set<Class<? extends ConverterValueMapper>> to Set<Class<? extends EncoderValueMapper>> in method public getTypeClasses() : Set<Class<? extends EncoderValueMapper>> in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer |
From |
To |
|
Change Return Type CloseableIterator<CacheEntry<K,V>> to CloseableIterator<K> in method public iterator() : CloseableIterator<K> in class org.infinispan.cache.impl.EncoderCache.EncodedKeySet |
From |
To |
|
Change Return Type ConverterEntryMapper to EncoderEntryMapper in method public readObject(input ObjectInput) : EncoderEntryMapper in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer |
From |
To |
|
Change Return Type CloseableSpliterator<K> to CloseableSpliterator<V> in method public spliterator() : CloseableSpliterator<V> in class org.infinispan.cache.impl.EncoderCache.EncoderValuesCollection |
From |
To |
|
Change Return Type CacheStream<K> to CacheStream<V> in method public stream() : CacheStream<V> in class org.infinispan.cache.impl.EncoderCache.EncoderValuesCollection |
From |
To |
|
Rename Parameter converter : TypeConverter to marshaller : StreamingMarshaller in method private bootstrap(cacheName String, cache AdvancedCache<?,?>, configuration Configuration, globalComponentRegistry GlobalComponentRegistry, marshaller StreamingMarshaller) : void in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Rename Parameter cacheName : String to cache : Cache in method public start(cache Cache, segments Optional<BitSet>, filterConverterFactory Optional<KeyValuePair<String,List<byte[]>>>, batch int, metadata boolean) : String in class org.infinispan.server.hotrod.iteration.IterationManager |
From |
To |
|
Rename Parameter event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected abstract matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.dsl.embedded.impl.BaseJPAFilterIndexingServiceProvider |
From |
To |
|
Rename Parameter event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.continuous.impl.IckleContinuousQueryFilterIndexingServiceProvider |
From |
To |
|
Rename Parameter cacheName : String to cache : Cache in method public start(cache Cache, segments Optional<BitSet>, namedFactory Optional<KeyValuePair<String,List<byte[]>>>, batch int, metadata boolean) : String in class org.infinispan.server.hotrod.iteration.DefaultIterationManager |
From |
To |
|
Rename Parameter event : CacheEntryEvent to eventWrapper : EventWrapper<K,V,CacheEntryEvent<K,V>> in method protected matchEvent(eventWrapper EventWrapper<K,V,CacheEntryEvent<K,V>>, matcher Matcher) : void in class org.infinispan.query.dsl.embedded.impl.IckleFilterIndexingServiceProvider |
From |
To |
|
Rename Parameter hotRodTypeConverter : Optional<HotRodTypeConverter> to valueEncoder : Encoder in method package CompatInfo(enabled boolean, valueEncoder Encoder) in class org.infinispan.server.hotrod.iteration.CompatInfo |
From |
To |