|
Change Parameter Type command : EntryRetrievalCommand to command : EntrySetCommand in method public visitEntrySetCommand(ctx InvocationContext, command EntrySetCommand) : Object in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor |
From |
To |
|
Change Parameter Type converter : Converter<? super K,? super V,? extends C> to converter : Converter<? super K,? super V,C> in method public converter(converter Converter<? super K,? super V,C>) : CloseableIterable<CacheEntry<K,C>> in class org.infinispan.iteration.impl.EntryIterableImpl |
From |
To |
|
Change Parameter Type cache : Cache<Void,Void> to cache : Cache<Object,Object> in method public setEnvironment(cache Cache<Object,Object>, inputKeys Set<Object>) : void in class org.infinispan.query.impl.massindex.IndexWorker |
From |
To |
|
Change Parameter Type converter : Converter<? super K,? super V,? extends C> to converter : Converter<? super K,? super V,C> in method public converter(converter Converter<? super K,? super V,C>) : CloseableIterable<CacheEntry<K,C>> in class org.infinispan.iteration.impl.TransactionAwareEntryIterable |
From |
To |
|
Change Parameter Type inputKeys : Set<Void> to inputKeys : Set<Object> in method public setEnvironment(cache Cache<Object,Object>, inputKeys Set<Object>) : void in class org.infinispan.query.impl.massindex.IndexWorker |
From |
To |
|
Change Parameter Type converter : Converter<? super K,? super V,? extends C> to converter : Converter<? super K,? super V,C> in method public converter(converter Converter<? super K,? super V,C>) : CloseableIterable<CacheEntry<K,C>> in class org.infinispan.iteration.EntryIterable |
From |
To |
|
Change Parameter Type cache : Cache<K,V> to cache : Cache<K,?> in method private blockEntryRetrieverResponse(checkPoint CheckPoint, cache Cache<K,?>) : ClusterStreamManager<K> in class org.infinispan.partitionhandling.EntryRetrieverDistPartitionHandlingTest |
From |
To |
|
Change Variable Type mockRetriever : EntryRetriever to mockManager : ClusterStreamManager in method private blockEntryRetrieverResponse(checkPoint CheckPoint, cache Cache<K,?>) : ClusterStreamManager<K> in class org.infinispan.partitionhandling.EntryRetrieverDistPartitionHandlingTest |
From |
To |
|
Change Variable Type retriever : EntryRetriever<K,V> to manager : ClusterStreamManager<K> in method private blockEntryRetrieverResponse(checkPoint CheckPoint, cache Cache<K,?>) : ClusterStreamManager<K> in class org.infinispan.partitionhandling.EntryRetrieverDistPartitionHandlingTest |
From |
To |
|
Change Variable Type next : CacheEntry<Object,String> to next : CacheEntry<Object,Object> in method public call() : Void in class org.infinispan.query.impl.massindex.IndexWorker |
From |
To |
|
Change Variable Type contextEntry : CacheEntry to contextEntry : CacheEntry<K,V> in method protected getNextFromIterator() : E in class org.infinispan.interceptors.TxInterceptor.TransactionAwareCloseableIterator |
From |
To |