|
Move And Rename Method protected notifyCommitEntry(created boolean, removed boolean, expired boolean, entry CacheEntry, ctx InvocationContext, command FlagAffectedCommand, previousValue Object, previousMetadata Metadata) : void from class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic to public entryCommitted(notifier CacheNotifier, functionalNotifier FunctionalNotifier, created boolean, removed boolean, expired boolean, entry CacheEntry, ctx InvocationContext, command FlagAffectedCommand, previousValue Object, previousMetadata Metadata) : void from class org.infinispan.notifications.cachelistener.NotifyHelper |
From |
To |
|
Change Parameter Type baseCH : DefaultConsistentHash to baseCH : CH in method public updateMembers(baseCH CH, newMembers List<Address>, capacityFactors Map<Address,Float>) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Parameter Type baseCH : DefaultConsistentHash to baseCH : CH in method public rebalance(baseCH CH) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Parameter Type ch2 : DefaultConsistentHash to ch2 : CH in method public union(ch1 CH, ch2 CH) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Parameter Type distributed : boolean to cacheMode : CacheMode in method public CacheJoinInfo(consistentHashFactory ConsistentHashFactory, hashFunction Hash, numSegments int, numOwners int, timeout long, totalOrder boolean, cacheMode CacheMode, partitionHandling boolean, capacityFactor float, persistentUUID PersistentUUID, persistentStateChecksum Optional<Integer>) in class org.infinispan.topology.CacheJoinInfo |
From |
To |
|
Change Parameter Type ch1 : DefaultConsistentHash to ch1 : CH in method public union(ch1 CH, ch2 CH) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Pull Up Attribute private stats : OwnershipStatistics from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to protected stats : OwnershipStatistics from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory.Builder |
From |
To |
|
Pull Up Attribute private members : List<Address> from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected members : List<Address> from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private STATE_NUM_SEGMENTS : String from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected STATE_NUM_SEGMENTS : String from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private hashFunction : Hash from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected hashFunction : Hash from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private capacityFactors : float[] from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected capacityFactors : float[] from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private STATE_CAPACITY_FACTORS : String from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected STATE_CAPACITY_FACTORS : String from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private capacityFactors : Map<Address,Float> from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to protected capacityFactors : Map<Address,Float> from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory.Builder |
From |
To |
|
Pull Up Attribute private STATE_CAPACITY_FACTOR : String from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected STATE_CAPACITY_FACTOR : String from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Attribute private segmentSize : int from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected segmentSize : int from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Move Attribute protected cacheMode : CacheMode from class org.infinispan.stream.DistributedStreamIteratorWithStoreAsBinaryTest to private cacheMode : CacheMode from class org.infinispan.stream.impl.LocalStreamManagerImpl |
From |
To |
|
Move Attribute private hashFunction : Hash from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to protected hashFunction : Hash from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Move Attribute private log : Log from class org.infinispan.partitionhandling.DelayedAvailabilityUpdateTest to private log : Log from class org.infinispan.partitionhandling.ScatteredSplitAndMergeTest |
From |
To |
|
Move Attribute protected cacheMode : CacheMode from class org.infinispan.stream.BaseStreamTest to private cacheMode : CacheMode from class org.infinispan.stream.impl.LocalStreamManagerImpl |
From |
To |
|
Move Attribute protected cacheMode : CacheMode from class org.infinispan.stream.BaseSetupStreamIteratorTest to private cacheMode : CacheMode from class org.infinispan.stream.impl.LocalStreamManagerImpl |
From |
To |
|
Move Attribute private members : List<Address> from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to protected members : List<Address> from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method public getHashFunction() : Hash from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to public getHashFunction() : Hash from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method public getCapacityFactor(node Address) : float from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to public getCapacityFactor(node Address) : float from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory.Builder |
From |
To |
|
Pull Up Method private checkCapacityFactors(members List<Address>, capacityFactors Map<Address,Float>) : void from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory to protected checkCapacityFactors(members List<Address>, capacityFactors Map<Address,Float>) : void from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory |
From |
To |
|
Pull Up Method private mergeLists(dest List<Address>, src List<Address>) : void from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to protected mergeLists(dest List<Address>, src List<Address>) : void from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method public getNumNodes() : int from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to public getNumNodes() : int from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory.Builder |
From |
To |
|
Pull Up Method public getMembers() : List<Address> from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to public getMembers() : List<Address> from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method public getSegment(key Object) : int from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to public getSegment(key Object) : int from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method public getTotalCapacity() : float from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder to public getTotalCapacity() : float from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory.Builder |
From |
To |
|
Pull Up Method private findWorstPrimaryOwner(builder Builder, nodes List<Address>) : Address from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory to protected findWorstPrimaryOwner(builder Builder, nodes List<Address>) : Address from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory |
From |
To |
|
Pull Up Method public getCapacityFactors() : Map<Address,Float> from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to public getCapacityFactors() : Map<Address,Float> from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method private getNormalizedHash(key Object) : int from class org.infinispan.distribution.ch.impl.DefaultConsistentHash to public getNormalizedHash(key Object) : int from class org.infinispan.distribution.ch.impl.AbstractConsistentHash |
From |
To |
|
Pull Up Method protected findNewPrimaryOwner(builder Builder, candidates Collection<Address>, primaryOwner Address) : Address from class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory to protected findNewPrimaryOwner(builder Builder, candidates Collection<Address>, primaryOwner Address) : Address from class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory |
From |
To |
|
Change Return Type DefaultConsistentHash to CH in method public updateMembers(baseCH CH, newMembers List<Address>, capacityFactors Map<Address,Float>) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Return Type DefaultConsistentHash to CH in method public union(ch1 CH, ch2 CH) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Return Type void to boolean in method protected notifyEndOfStateTransferIfNeeded(topologyId int, rebalanceId int) : boolean in class org.infinispan.statetransfer.StateConsumerImpl |
From |
To |
|
Change Return Type DefaultConsistentHash to CH in method public rebalance(baseCH CH) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Return Type DefaultConsistentHash to CH in method public create(hashFunction Hash, numOwners int, numSegments int, members List<Address>, capacityFactors Map<Address,Float>) : CH in class org.infinispan.util.BaseControlledConsistentHashFactory |
From |
To |
|
Change Return Type Phase to boolean in method public isRebalance() : boolean in class org.infinispan.topology.CacheTopology.Phase |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testSkipLookupOnAsyncRemove() : void in class org.infinispan.distribution.DistSkipRemoteLookupTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testCorrectFunctionalityOnUnconditionalWrite() : void in class org.infinispan.distribution.DistSkipRemoteLookupTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testSkipLookupOnRemove() : void in class org.infinispan.distribution.DistSkipRemoteLookupTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Extract And Move Method protected assertKeyAvailableForRead(c Cache, k Object, expectedValue Object) : void extracted from public assertKeyAvailableForRead(k Object, expectedValue Object) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition & moved to class org.infinispan.partitionhandling.BasePartitionHandlingTest |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testSkipLookupOnGet() : void in class org.infinispan.distribution.DistSkipRemoteLookupTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testPutForStateTransfer() : void in class org.infinispan.distribution.DistSyncStoreNotSharedTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Extract And Move Method protected assertKeyNotAvailableForRead(c Cache<Object,?>, key Object) : void extracted from protected assertKeyNotAvailableForRead(key Object) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest.Partition & moved to class org.infinispan.partitionhandling.BasePartitionHandlingTest |
From |
To |
|
Extract And Move Method protected getMagicKey() : MagicKey extracted from public testCorrectFunctionalityOnConditionalWrite() : void in class org.infinispan.distribution.DistSkipRemoteLookupTest & moved to class org.infinispan.distribution.BaseDistFunctionalTest |
From |
To |
|
Rename Parameter viewId : int to topologyId : int in method public buildStateRequestCommand(subtype StateRequestCommand.Type, sender Address, topologyId int, segments Set<Integer>) : StateRequestCommand in class org.infinispan.util.mocks.ControlledCommandFactory |
From |
To |
|
Rename Parameter distributed : boolean to partitionHandling : boolean in method public CacheJoinInfo(consistentHashFactory ConsistentHashFactory, hashFunction Hash, numSegments int, numOwners int, timeout long, totalOrder boolean, cacheMode CacheMode, partitionHandling boolean, capacityFactor float, persistentUUID PersistentUUID, persistentStateChecksum Optional<Integer>) in class org.infinispan.topology.CacheJoinInfo |
From |
To |
|
Rename Parameter viewId : int to topologyId : int in method public buildStateRequestCommand(subtype StateRequestCommand.Type, sender Address, topologyId int, segments Set<Integer>) : StateRequestCommand in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Rename Parameter viewId : int to topologyId : int in method public buildStateRequestCommand(subtype StateRequestCommand.Type, sender Address, topologyId int, segments Set<Integer>) : StateRequestCommand in class org.infinispan.commands.CommandsFactory |
From |
To |
|
Rename Parameter distributed : boolean to cacheMode : CacheMode in method public CacheJoinInfo(consistentHashFactory ConsistentHashFactory, hashFunction Hash, numSegments int, numOwners int, timeout long, totalOrder boolean, cacheMode CacheMode, partitionHandling boolean, capacityFactor float, persistentUUID PersistentUUID, persistentStateChecksum Optional<Integer>) in class org.infinispan.topology.CacheJoinInfo |
From |
To |