|
Change Parameter Type entry : Entry<K,V> to entry : Map.Entry<K,V> in method public onEntryRemoved(entry Map.Entry<K,V>) : void in class org.infinispan.commons.util.EvictionListener |
From |
To |
|
Change Parameter Type cacheName : byte[] to cacheName : WrappedByteArray in method private addBalancer(cacheName WrappedByteArray) : FailoverRequestBalancingStrategy in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory |
From |
To |
|
Change Parameter Type cacheName : byte[] to cacheName : WrappedByteArray in method public getServers(cacheName WrappedByteArray) : Collection<SocketAddress> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Parameter Type entry : Entry<K,V> to entry : Map.Entry<K,V> in method public onEntryChosenForEviction(entry Map.Entry<K,V>) : void in class org.infinispan.commons.util.EvictionListener |
From |
To |
|
Change Parameter Type mv : MarshalledValue to mv : WrappedByteArray in method private serializeObj(mv WrappedByteArray) : String in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper |
From |
To |
|
Change Variable Type evict : Policy.Eviction<K,V> to evict : Policy.Eviction<K,InternalCacheEntry<K,V>> in method public resize(newSize long) : void in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Change Variable Type mv : MarshalledValue to wb : WrappedBytes in method public testEqualsAndHashCode() : void in class org.infinispan.marshall.core.StoreAsBinaryTest |
From |
To |
|
Change Variable Type entry : Map.Entry<byte[],EventDispatcher> to entry : Map.Entry<WrappedByteArray,EventDispatcher> in method public failoverClientListeners(failedServers Set<SocketAddress>) : void in class org.infinispan.client.hotrod.event.ClientListenerNotifier |
From |
To |
|
Change Variable Type mv : MarshalledValue to mv : WrappedByteArray in method public getStringMapping(key Object) : String in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper |
From |
To |
|
Change Variable Type evict : Policy.Eviction<K,V> to evict : Policy.Eviction<K,InternalCacheEntry<K,V>> in method public capacity() : long in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Change Variable Type listenerId : byte[] to listenerId : WrappedByteArray in method public stop() : void in class org.infinispan.client.hotrod.event.ClientListenerNotifier |
From |
To |
|
Change Variable Type cacheName : byte[] to key : WrappedByteArray in method private getSegmentsByServer(cacheName byte[]) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Variable Type eviction : Optional<Policy.Eviction<K,V>> to eviction : Optional<Policy.Eviction<K,InternalCacheEntry<K,V>>> in method private eviction() : Policy.Eviction<K,InternalCacheEntry<K,V>> in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Change Variable Type failoverListenerIds : List<byte[]> to failoverListenerIds : List<WrappedByteArray> in method public failoverClientListeners(failedServers Set<SocketAddress>) : void in class org.infinispan.client.hotrod.event.ClientListenerNotifier |
From |
To |
|
Change Variable Type mv : MarshalledValue to mv : WrappedByteArray in method public getKeyMapping(key String) : Object in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper |
From |
To |
|
Change Variable Type cacheName : byte[] to key : WrappedByteArray in method private getOrCreateIfAbsentBalancer(cacheName byte[]) : FailoverRequestBalancingStrategy in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory |
From |
To |
|
Change Variable Type cacheName : byte[] to key : WrappedByteArray in method public updateTopology(servers2Hash Map<SocketAddress,Set<Integer>>, numKeyOwners int, hashFunctionVersion short, hashSpace int, cacheName byte[], topologyId AtomicInteger) : void in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Variable Type cacheName : byte[] to key : WrappedByteArray in method public updateTopology(segmentOwners SocketAddress[][], numSegments int, hashFunctionVersion short, cacheName byte[], topologyId AtomicInteger) : void in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Variable Type mv2 : MarshalledValue to wb2 : WrappedBytes in method public testEqualsAndHashCode() : void in class org.infinispan.marshall.core.StoreAsBinaryTest |
From |
To |
|
Change Variable Type cache : Cache<K,V> to evictionCache : Cache<K,InternalCacheEntry<K,V>> in method private eviction() : Policy.Eviction<K,InternalCacheEntry<K,V>> in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Rename Variable cacheName : byte[] to key : WrappedByteArray in method public updateTopology(servers2Hash Map<SocketAddress,Set<Integer>>, numKeyOwners int, hashFunctionVersion short, hashSpace int, cacheName byte[], topologyId AtomicInteger) : void in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Rename Variable cacheName : byte[] to key : WrappedByteArray in method private getOrCreateIfAbsentBalancer(cacheName byte[]) : FailoverRequestBalancingStrategy in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory |
From |
To |
|
Rename Variable cacheName : byte[] to key : WrappedByteArray in method public updateTopology(segmentOwners SocketAddress[][], numSegments int, hashFunctionVersion short, cacheName byte[], topologyId AtomicInteger) : void in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Rename Variable cacheName : byte[] to key : WrappedByteArray in method private getSegmentsByServer(cacheName byte[]) : Map<SocketAddress,Set<Integer>> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Rename Variable mv2 : MarshalledValue to wb2 : WrappedBytes in method public testEqualsAndHashCode() : void in class org.infinispan.marshall.core.StoreAsBinaryTest |
From |
To |
|
Rename Variable mv : MarshalledValue to wb : WrappedBytes in method public testEqualsAndHashCode() : void in class org.infinispan.marshall.core.StoreAsBinaryTest |
From |
To |
|
Change Attribute Type entryMapper : EntryMapper to entryMapper : ConverterEntryMapper in class org.infinispan.cache.impl.TypeConverterDelegatingAdvancedCache |
From |
To |
|
Change Attribute Type consistentHashes : Map<byte[],ConsistentHash> to consistentHashes : Map<WrappedByteArray,ConsistentHash> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Attribute Type servers : Map<byte[],Collection<SocketAddress>> to servers : Map<WrappedByteArray,Collection<SocketAddress>> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Attribute Type externalizer : MarshalledValue.Externalizer to externalizer : StreamingMarshaller in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper |
From |
To |
|
Change Attribute Type clientListeners : Map<byte[],TestClientListener> to clientListeners : Map<WrappedByteArray,TestClientListener> in class org.infinispan.server.hotrod.test.ClientHandler |
From |
To |
|
Change Attribute Type addressCache : EquivalentConcurrentHashMapV8<org.jgroups.Address,JGroupsAddress> to addressCache : ConcurrentMap<Address,JGroupsAddress> in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache |
From |
To |
|
Change Attribute Type keyMapper : KeyMapper to keyMapper : ConverterKeyMapper in class org.infinispan.cache.impl.TypeConverterDelegatingAdvancedCache |
From |
To |
|
Change Attribute Type keys : Set<byte[]> to keys : Set<WrappedByteArray> in class org.infinispan.client.hotrod.impl.iteration.ReplKeyTracker |
From |
To |
|
Change Attribute Type clientListeners : ConcurrentMap<byte[],EventDispatcher> to clientListeners : ConcurrentMap<WrappedByteArray,EventDispatcher> in class org.infinispan.client.hotrod.event.ClientListenerNotifier |
From |
To |
|
Change Attribute Type uuid2address : EquivalentConcurrentHashMapV8<PersistentUUID,Address> to uuid2address : ConcurrentMap<PersistentUUID,Address> in class org.infinispan.topology.PersistentUUIDManagerImpl |
From |
To |
|
Change Attribute Type completedTransactions : EquivalentConcurrentHashMapV8<GlobalTransaction,CompletedTransactionInfo> to completedTransactions : ConcurrentMap<GlobalTransaction,CompletedTransactionInfo> in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo |
From |
To |
|
Change Attribute Type topologyIds : Map<byte[],AtomicInteger> to topologyIds : Map<WrappedByteArray,AtomicInteger> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Attribute Type segmentsByCache : Map<byte[],Integer> to segmentsByCache : Map<WrappedByteArray,Integer> in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Attribute Type keysPerSegment : AtomicReferenceArray<Set<byte[]>> to keysPerSegment : AtomicReferenceArray<Set<WrappedByteArray>> in class org.infinispan.client.hotrod.impl.iteration.SegmentKeyTracker |
From |
To |
|
Change Attribute Type EMPTY_BYTES : byte[] to EMPTY_BYTES : WrappedByteArray in class org.infinispan.client.hotrod.impl.TopologyInfo |
From |
To |
|
Change Attribute Type valueMapper : ValueMapper to valueMapper : ConverterValueMapper in class org.infinispan.cache.impl.TypeConverterDelegatingAdvancedCache |
From |
To |
|
Change Attribute Type eventSenders : ConcurrentMap<byte[],Object> to eventSenders : ConcurrentMap<WrappedByteArray,Object> in class org.infinispan.server.hotrod.ClientListenerRegistry |
From |
To |
|
Change Attribute Type testResources : EquivalentConcurrentHashMapV8<String,TestResources> to testResources : ConcurrentMap<String,TestResources> in class org.infinispan.test.fwk.TestResourceTracker |
From |
To |
|
Change Attribute Type tracker : EquivalentConcurrentHashMapV8<Object,DiscardPolicy> to tracker : ConcurrentMap<Object,DiscardPolicy> in class org.infinispan.statetransfer.CommitManager |
From |
To |
|
Change Attribute Type address2uuid : EquivalentConcurrentHashMapV8<Address,PersistentUUID> to address2uuid : ConcurrentMap<Address,PersistentUUID> in class org.infinispan.topology.PersistentUUIDManagerImpl |
From |
To |
|
Change Attribute Type nodeMaxPrunedTxIds : EquivalentConcurrentHashMapV8<Address,Long> to nodeMaxPrunedTxIds : ConcurrentMap<Address,Long> in class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionsInfo |
From |
To |
|
Change Attribute Type balancers : Map<byte[],FailoverRequestBalancingStrategy> to balancers : Map<WrappedByteArray,FailoverRequestBalancingStrategy> in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory |
From |
To |