|
Change Parameter Type factory : BiFunction<RegistryEntryProvider<K,V>,Runnable,Registry<K,V>> to factory : BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>> in method public FunctionalRegistryFactory(factory BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>>) in class org.wildfly.clustering.server.registry.FunctionalRegistryFactory |
From |
To |
|
Change Parameter Type provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public CacheRegistry(config CacheRegistryConfiguration<K,V>, entry Map.Entry<K,V>, closeTask Runnable) in class org.wildfly.clustering.server.registry.CacheRegistry |
From |
To |
|
Change Parameter Type provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public createRegistry(entry Map.Entry<K,V>) : Registry<K,V> in class org.wildfly.clustering.server.registry.FunctionalRegistryFactory |
From |
To |
|
Change Parameter Type provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public createRegistry(entry Map.Entry<K,V>) : Registry<K,V> in class org.wildfly.clustering.registry.RegistryFactory |
From |
To |
|
Change Parameter Type provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public LocalRegistry(group Group, entry Map.Entry<K,V>, closeTask Runnable) in class org.wildfly.clustering.server.registry.LocalRegistry |
From |
To |
|
Change Attribute Type provider : ValueDependency<RegistryEntryProvider> to entry : ValueDependency<Map.Entry> in class org.wildfly.clustering.server.registry.RegistryBuilder |
From |
To |
|
Change Attribute Type factory : BiFunction<RegistryEntryProvider<K,V>,Runnable,Registry<K,V>> to factory : BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>> in class org.wildfly.clustering.server.registry.FunctionalRegistryFactory |
From |
To |
|
Change Attribute Type provider : AtomicReference<RegistryEntryProvider<K,V>> to entry : AtomicReference<Map.Entry<K,V>> in class org.wildfly.clustering.server.registry.FunctionalRegistryFactory |
From |
To |
|
Rename Parameter provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public createRegistry(entry Map.Entry<K,V>) : Registry<K,V> in class org.wildfly.clustering.registry.RegistryFactory |
From |
To |
|
Rename Parameter provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public createRegistry(entry Map.Entry<K,V>) : Registry<K,V> in class org.wildfly.clustering.server.registry.FunctionalRegistryFactory |
From |
To |
|
Rename Parameter provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public LocalRegistry(group Group, entry Map.Entry<K,V>, closeTask Runnable) in class org.wildfly.clustering.server.registry.LocalRegistry |
From |
To |
|
Rename Parameter provider : RegistryEntryProvider<K,V> to entry : Map.Entry<K,V> in method public CacheRegistry(config CacheRegistryConfiguration<K,V>, entry Map.Entry<K,V>, closeTask Runnable) in class org.wildfly.clustering.server.registry.CacheRegistry |
From |
To |