|
Change Parameter Type flags : Set<Flag> to flagsBitSet : long in method public BeginInvalidationCommand(notifier CacheNotifier, flagsBitSet long, commandInvocationId CommandInvocationId, keys Object[], lockOwner Object) in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public NonTxPutFromLoadInterceptor(putFromLoadValidator PutFromLoadValidator, cacheName ByteString) in class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor |
From |
To |
|
Change Parameter Type regionName : String to regionName : ByteString in method public EvictAllCommand(regionName ByteString) in class org.hibernate.cache.infinispan.util.EvictAllCommand |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public buildEndInvalidationCommand(cacheName ByteString, keys Object[], lockOwner Object) : EndInvalidationCommand in class org.hibernate.cache.infinispan.util.CacheCommandInitializer |
From |
To |
|
Change Parameter Type flags : Set<Flag> to flagsBitSet : long in method public buildBeginInvalidationCommand(flagsBitSet long, keys Object[], lockOwner Object) : BeginInvalidationCommand in class org.hibernate.cache.infinispan.util.CacheCommandInitializer |
From |
To |
|
Change Parameter Type regionName : String to regionName : ByteString in method public buildEvictAllCommand(regionName ByteString) : EvictAllCommand in class org.hibernate.cache.infinispan.util.CacheCommandInitializer |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public EndInvalidationCommand(cacheName ByteString) in class org.hibernate.cache.infinispan.util.EndInvalidationCommand |
From |
To |
|
Change Parameter Type regionName : String to regionName : ByteString in method public EvictAllCommand(regionName ByteString, region BaseRegion) in class org.hibernate.cache.infinispan.util.EvictAllCommand |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public EndInvalidationCommand(cacheName ByteString, keys Object[], lockOwner Object) in class org.hibernate.cache.infinispan.util.EndInvalidationCommand |
From |
To |
|
Change Parameter Type entryIterable : CloseableIterable<CacheEntry<K,V>> to it : CloseableIterator<CacheEntry<K,V>> in method public MapCollectableCloseableIterableImpl(it CloseableIterator<CacheEntry<K,V>>) in class org.hibernate.cache.infinispan.util.Caches.MapCollectableCloseableIterableImpl |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public TxPutFromLoadInterceptor(putFromLoadValidator PutFromLoadValidator, cacheName ByteString) in class org.hibernate.cache.infinispan.access.TxPutFromLoadInterceptor |
From |
To |
|
Change Parameter Type cacheName : String to cacheName : ByteString in method public fromStream(commandId byte, cacheName ByteString) : CacheRpcCommand in class org.hibernate.cache.infinispan.util.CacheCommandFactory |
From |
To |
|
Rename Variable e : TimeoutException to t : Throwable in method protected visitDataWriteCommand(ctx InvocationContext, command DataWriteCommand) : Object in class org.hibernate.cache.infinispan.access.LockingInterceptor |
From |
To |
|
Rename Variable tombstoneCallInterceptor : VersionedCallInterceptor to versionedCallInterceptor : VersionedCallInterceptor in method protected prepareForVersionedEntries(cacheMode CacheMode) : void in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion |
From |
To |
|
Rename Variable iterable : CloseableIterable<CacheEntry<Object,Object>> to it : CloseableIterator<CacheEntry<Object,Object>> in method public visitSizeCommand(ctx InvocationContext, command SizeCommand) : Object in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor |
From |
To |
|
Rename Variable entryIterable : CloseableIterable<CacheEntry<K,V>> to iterator : CloseableIterator<CacheEntry<K,V>> in method public entrySet(cache AdvancedCache<K,V>, filter KeyValueFilter<K,V>) : MapCollectableCloseableIterable<K,V> in class org.hibernate.cache.infinispan.util.Caches |
From |
To |
|
Rename Variable entryIterable : CloseableIterable<CacheEntry<K,T>> to it : CloseableIterator<CacheEntry<K,T>> in method public entrySet(cache AdvancedCache<K,V>, filter KeyValueFilter<K,V>, converter Converter<K,V,T>) : MapCollectableCloseableIterable<K,T> in class org.hibernate.cache.infinispan.util.Caches |
From |
To |
|
Change Variable Type keys : Set<Object> to keys : Collection<?> in method public visitPrepareCommand(ctx TxInvocationContext, command PrepareCommand) : Object in class org.hibernate.cache.infinispan.access.TxPutFromLoadInterceptor |
From |
To |
|
Change Variable Type ci : CommandInterceptor to ci : AsyncInterceptor in method public addToCache(cache AdvancedCache, validator PutFromLoadValidator) : void in class org.hibernate.cache.infinispan.access.PutFromLoadValidator |
From |
To |
|
Change Variable Type entryIterable : CloseableIterable<CacheEntry<K,V>> to iterator : CloseableIterator<CacheEntry<K,V>> in method public entrySet(cache AdvancedCache<K,V>, filter KeyValueFilter<K,V>) : MapCollectableCloseableIterable<K,V> in class org.hibernate.cache.infinispan.util.Caches |
From |
To |
|
Change Variable Type e : TimeoutException to t : Throwable in method protected visitDataWriteCommand(ctx InvocationContext, command DataWriteCommand) : Object in class org.hibernate.cache.infinispan.access.LockingInterceptor |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptorChain : AsyncInterceptorChain in method private prepareForTombstones() : void in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion |
From |
To |
|
Change Variable Type iterable : CloseableIterable<CacheEntry<Object,Object>> to it : CloseableIterator<CacheEntry<Object,Object>> in method public visitSizeCommand(ctx InvocationContext, command SizeCommand) : Object in class org.hibernate.cache.infinispan.access.TombstoneCallInterceptor |
From |
To |
|
Change Variable Type entryIterable : CloseableIterable<CacheEntry<K,T>> to it : CloseableIterator<CacheEntry<K,T>> in method public entrySet(cache AdvancedCache<K,V>, filter KeyValueFilter<K,V>, converter Converter<K,V,T>) : MapCollectableCloseableIterable<K,T> in class org.hibernate.cache.infinispan.util.Caches |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptorChain : AsyncInterceptorChain in method protected prepareForVersionedEntries(cacheMode CacheMode) : void in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion |
From |
To |
|
Change Attribute Type entryIterable : CloseableIterable<CacheEntry<K,V>> to it : CloseableIterator<CacheEntry<K,V>> in class org.hibernate.cache.infinispan.util.Caches.MapCollectableCloseableIterableImpl |
From |
To |
|
Change Attribute Type cacheName : String to cacheName : ByteString in class org.hibernate.cache.infinispan.access.BaseInvalidationInterceptor |
From |
To |
|
Change Attribute Type cacheName : String to cacheName : ByteString in class org.hibernate.cache.infinispan.access.NonTxPutFromLoadInterceptor |
From |
To |
|
Change Attribute Type cacheName : String to cacheName : ByteString in class org.hibernate.cache.infinispan.access.TxPutFromLoadInterceptor |
From |
To |
|
Change Attribute Type pendingPuts : ConcurrentMap<Object,PendingPutMap> to pendingPuts : Cache<Object,PendingPutMap> in class org.hibernate.cache.infinispan.access.PutFromLoadValidator |
From |
To |
|
Rename Parameter flags : Set<Flag> to flagsBitSet : long in method public BeginInvalidationCommand(notifier CacheNotifier, flagsBitSet long, commandInvocationId CommandInvocationId, keys Object[], lockOwner Object) in class org.hibernate.cache.infinispan.util.BeginInvalidationCommand |
From |
To |
|
Rename Parameter flags : Set<Flag> to flagsBitSet : long in method public buildBeginInvalidationCommand(flagsBitSet long, keys Object[], lockOwner Object) : BeginInvalidationCommand in class org.hibernate.cache.infinispan.util.CacheCommandInitializer |
From |
To |
|
Rename Parameter entryIterable : CloseableIterable<CacheEntry<K,V>> to it : CloseableIterator<CacheEntry<K,V>> in method public MapCollectableCloseableIterableImpl(it CloseableIterator<CacheEntry<K,V>>) in class org.hibernate.cache.infinispan.util.Caches.MapCollectableCloseableIterableImpl |
From |
To |