|
Change Parameter Type type : Class<T> to type : Class<? extends Resource> in method public ResourceType(type Class<? extends Resource>) in class io.atomix.resource.ResourceType |
From |
To |
|
Change Parameter Type type : ResourceType<?> to type : ResourceType in method public register(type ResourceType) : ResourceRegistry in class io.atomix.resource.ResourceRegistry |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public create(key String, type ResourceType, options U) : CompletableFuture<T> in class io.atomix.resource.InstanceManager |
From |
To |
|
Change Parameter Type instance : Instance<?> to instance : Instance in method package close(instance Instance) : void in class io.atomix.resource.InstanceManager |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public get(key String, type ResourceType, options U) : CompletableFuture<T> in class io.atomix.resource.InstanceManager |
From |
To |
|
Change Parameter Type value : U to value : V in method public getAndSet(value V, ttl Duration) : CompletableFuture<V> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type update : U to update : V in method public compareAndSet(expect V, update V) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type update : U to update : V in method public compareAndSet(expect V, update V, ttl Duration) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public keys(type ResourceType) : CompletableFuture<Set<String>> in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type value : U to value : V in method public set(value V, ttl Duration) : CompletableFuture<Void> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type type : ResourceType<?> to type : Class<? super T> in method protected get(key String, type Class<? super T>) : Function<Atomix,T> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public Instance(key String, type ResourceType, method Method, manager InstanceManager) in class io.atomix.resource.Instance |
From |
To |
|
Change Parameter Type type : ResourceType<?> to type : Class<? super T> in method protected create(key String, type Class<? super T>) : Function<Atomix,T> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Parameter Type value : U to value : V in method public getAndSet(value V) : CompletableFuture<V> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type instance : Instance<?> to instance : Instance in method public InstanceClient(instance Instance, client CopycatClient) in class io.atomix.resource.InstanceClient |
From |
To |
|
Change Parameter Type config : U to config : V in method public configure(config V) : CompletableFuture<T> in class io.atomix.resource.ConfigurableResource |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public create(key String, type ResourceType, options U) : CompletableFuture<T> in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type value : U to value : V in method public set(value V) : CompletableFuture<Void> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type type : ResourceType<T> to type : ResourceType in method public get(key String, type ResourceType, options U) : CompletableFuture<T> in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type expect : U to expect : V in method public compareAndSet(expect V, update V) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type expect : U to expect : V in method public compareAndSet(expect V, update V, ttl Duration) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType<DistributedMap> to Class<? super DistributedMap> in method protected type() : Class<? super DistributedMap> in class io.atomix.collections.DistributedMapTest |
From |
To |
|
Change Return Type ResourceType<T> to Class<? super T> in method protected abstract type() : Class<? super T> in class io.atomix.testing.AbstractCopycatTest |
From |
To |
|
Change Return Type CompletableFuture<U> to CompletableFuture<V> in method public getAndSet(value V) : CompletableFuture<V> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType<DistributedTopic> to Class<? super DistributedTopic> in method protected type() : Class<? super DistributedTopic> in class io.atomix.messaging.DistributedTopicTest |
From |
To |
|
Change Return Type ResourceFactory<T> to ResourceFactory in method public factory() : ResourceFactory in class io.atomix.resource.ResourceType |
From |
To |
|
Change Return Type ResourceType to Class<? super DistributedLong> in method protected type() : Class<? super DistributedLong> in class io.atomix.variables.DistributedLongTest |
From |
To |
|
Change Return Type CompletableFuture<U> to CompletableFuture<V> in method public getAndSet(value V, ttl Duration) : CompletableFuture<V> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType<?> to ResourceType in method public lookup(id int) : ResourceType in class io.atomix.resource.ResourceRegistry |
From |
To |
|
Change Return Type ResourceType<DistributedMembershipGroup> to Class<? super DistributedMembershipGroup> in method protected type() : Class<? super DistributedMembershipGroup> in class io.atomix.coordination.DistributedMembershipGroupTest |
From |
To |
|
Change Return Type ResourceType<DistributedMessageBus> to Class<? super DistributedMessageBus> in method protected type() : Class<? super DistributedMessageBus> in class io.atomix.messaging.DistributedMessageBusTest |
From |
To |
|
Change Return Type ResourceType<DistributedLock> to Class<? super DistributedLock> in method protected type() : Class<? super DistributedLock> in class io.atomix.coordination.DistributedLockTest |
From |
To |
|
Change Return Type ResourceType<DistributedLeaderElection> to Class<? super DistributedLeaderElection> in method protected type() : Class<? super DistributedLeaderElection> in class io.atomix.coordination.DistributedLeaderElectionTest |
From |
To |
|
Change Return Type ResourceType<DistributedTaskQueue> to Class<? super DistributedTaskQueue> in method protected type() : Class<? super DistributedTaskQueue> in class io.atomix.messaging.DistributedTaskQueueTest |
From |
To |
|
Change Return Type ResourceType<T> to ResourceType in method public type() : ResourceType in class io.atomix.resource.Instance |
From |
To |
|
Change Return Type ResourceType<DistributedQueue> to Class<? super DistributedQueue> in method protected type() : Class<? super DistributedQueue> in class io.atomix.collections.DistributedQueueTest |
From |
To |
|
Change Return Type ResourceType<DistributedSet> to Class<? super DistributedSet> in method protected type() : Class<? super DistributedSet> in class io.atomix.collections.DistributedSetTest |
From |
To |
|
Change Return Type ResourceType<DistributedMultiMap> to Class<? super DistributedMultiMap> in method protected type() : Class<? super DistributedMultiMap> in class io.atomix.collections.DistributedMultiMapTest |
From |
To |
|
Change Return Type CompletableFuture<U> to CompletableFuture<V> in method public get() : CompletableFuture<V> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type Class<T> to Class<? extends Resource> in method public resource() : Class<? extends Resource> in class io.atomix.resource.ResourceType |
From |
To |
|
Change Return Type ResourceType<DistributedValue> to Class<? super DistributedValue> in method protected type() : Class<? super DistributedValue> in class io.atomix.variables.DistributedValueTest |
From |
To |
|
Change Attribute Type resourceTypes : Map<Integer,ResourceType<?>> to resourceTypes : Map<Integer,ResourceType> in class io.atomix.resource.ResourceRegistry |
From |
To |
|
Change Attribute Type type : ResourceType<T> to type : ResourceType in class io.atomix.resource.Instance |
From |
To |
|
Change Attribute Type type : Class<T> to type : Class<? extends Resource> in class io.atomix.resource.ResourceType |
From |
To |
|
Change Attribute Type instance : Instance<?> to instance : Instance in class io.atomix.resource.InstanceClient |
From |
To |
|
Change Attribute Type resources : Set<Resource<?>> to resources : Set<Resource<?,?>> in class io.atomix.resource.InstanceManager |
From |
To |
|
Change Attribute Type instances : Map<String,Resource<?>> to instances : Map<String,Resource<?,?>> in class io.atomix.resource.InstanceManager |
From |
To |