|
Rename Method private execute(key String, operationId OperationId) : CompletableFuture<byte[]> renamed to protected invokeBy(key String, operationId OperationId) : CompletableFuture<R> in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method public addEventListener(eventType EventType, listener Consumer<byte[]>) : void renamed to public removeEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.PartitionProxy |
From |
To |
|
Rename Method protected removeStateChangeListener(key String, listener Consumer<Proxy.State>) : void renamed to protected removeStateChangeListenerBy(key String, listener Consumer<Proxy.State>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected addStateChangeListener(key String, listener Consumer<Proxy.State>) : void renamed to protected addStateChangeListenerBy(key String, listener Consumer<Proxy.State>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method private execute(key String, operationId OperationId, operation byte[]) : CompletableFuture<byte[]> renamed to protected invokeBy(key String, operationId OperationId, operation T) : CompletableFuture<R> in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected removeEventListeners(eventType EventType, listener Consumer<PartitionId>) : void renamed to protected unlistenAll(eventType EventType, listener Consumer<PartitionId>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected addStateChangeListener(partitionId PartitionId, listener Consumer<Proxy.State>) : void renamed to protected addStateChangeListenerOn(partitionId PartitionId, listener Consumer<Proxy.State>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected removeStateChangeListener(partitionId PartitionId, listener Consumer<Proxy.State>) : void renamed to protected removeStateChangeListenerOn(partitionId PartitionId, listener Consumer<Proxy.State>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method public removeEventListener(eventType EventType, listener Runnable) : void renamed to public addEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.impl.LazyPartitionProxy |
From |
To |
|
Rename Method protected removeEventListener(key String, eventType EventType, listener Consumer) : void renamed to protected unlistenBy(key String, eventType EventType, listener Consumer) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected addEventListener(key String, eventType EventType, listener Consumer<byte[]>) : void renamed to protected listenBy(key String, eventType EventType, listener Runnable) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected addEventListeners(eventType EventType, listener BiConsumer<PartitionId,byte[]>) : void renamed to protected listenAll(eventType EventType, listener BiConsumer<PartitionId,T>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected addEventListener(key String, eventType EventType, listener Runnable) : void renamed to protected listenBy(key String, eventType EventType, listener Consumer<T>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected removeEventListener(key String, eventType EventType, listener Runnable) : void renamed to protected unlistenBy(key String, eventType EventType, listener Runnable) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method public addEventListener(eventType EventType, listener Consumer<byte[]>) : void renamed to public removeEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.impl.LazyPartitionProxy |
From |
To |
|
Rename Method protected addEventListeners(eventType EventType, listener Consumer<PartitionId>) : void renamed to protected listenAll(eventType EventType, listener Consumer<PartitionId>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method private execute(partitionId PartitionId, operation PrimitiveOperation) : CompletableFuture<byte[]> renamed to private executeOn(partitionId PartitionId, operation PrimitiveOperation) : CompletableFuture<byte[]> in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method protected removeEventListeners(eventType EventType, listener BiConsumer) : void renamed to protected unlistenAll(eventType EventType, listener BiConsumer) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method private executes(operation PrimitiveOperation) : CompletableFuture<Stream<byte[]>> renamed to private executeAll(operation PrimitiveOperation) : CompletableFuture<Stream<byte[]>> in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Rename Method public removeEventListener(eventType EventType, listener Runnable) : void renamed to public addEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.PartitionProxy |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.tree.impl.DocumentTreeProxy & inlined to public delete() : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invoke(key String, operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.election.impl.LeaderElectionProxy & inlined to public removeListener(listener LeadershipEventListener) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.map.impl.AtomicCounterMapProxy & inlined to public clear() : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.multimap.impl.ConsistentSetMultimapProxy & inlined to public addListener(listener MultimapEventListener<String,byte[]>, executor Executor) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.map.impl.ConsistentMapProxy & inlined to public addListener(listener MapEventListener<String,byte[]>, executor Executor) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.multimap.impl.ConsistentSetMultimapProxy & inlined to public clear() : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invoke(partitionId PartitionId, operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.election.impl.LeaderElectionProxy & inlined to public removeListener(listener LeadershipEventListener) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invoke(partitionId PartitionId, operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.value.impl.AtomicValueProxy & inlined to public removeListener(listener AtomicValueEventListener<byte[]>) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.multimap.impl.ConsistentSetMultimapProxy & inlined to public removeListener(listener MultimapEventListener<String,byte[]>) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invoke(key String, operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.value.impl.AtomicValueProxy & inlined to public removeListener(listener AtomicValueEventListener<byte[]>) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invoke(key String, operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.election.impl.LeaderElectorProxy & inlined to public removeListener(topic String, listener LeadershipEventListener<byte[]>) : CompletableFuture<Void> |
From |
To |
|
Move And Inline Method protected invokes(operationId OperationId) : CompletableFuture<Void> moved from class io.atomix.primitive.impl.AbstractAsyncPrimitive to class io.atomix.core.map.impl.ConsistentMapProxy & inlined to public removeListener(listener MapEventListener<String,byte[]>) : CompletableFuture<Void> |
From |
To |
|
Change Parameter Type listener : Consumer<byte[]> to listener : Consumer<PrimitiveEvent> in method public removeEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.impl.LazyPartitionProxy |
From |
To |
|
Change Parameter Type listener : Runnable to listener : Consumer<PrimitiveEvent> in method public addEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.PartitionProxy |
From |
To |
|
Change Parameter Type operation : byte[] to operation : T in method protected invokeBy(key String, operationId OperationId, operation T) : CompletableFuture<R> in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Change Parameter Type listener : Consumer<byte[]> to listener : Consumer<PrimitiveEvent> in method public removeEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.PartitionProxy |
From |
To |
|
Change Parameter Type listener : Runnable to listener : Consumer<T> in method protected listenBy(key String, eventType EventType, listener Consumer<T>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Change Parameter Type listener : Consumer<byte[]> to listener : Runnable in method protected listenBy(key String, eventType EventType, listener Runnable) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Change Parameter Type listener : BiConsumer<PartitionId,byte[]> to listener : BiConsumer<PartitionId,T> in method protected listenAll(eventType EventType, listener BiConsumer<PartitionId,T>) : void in class io.atomix.primitive.impl.AbstractAsyncPrimitive |
From |
To |
|
Change Parameter Type listener : Runnable to listener : Consumer<PrimitiveEvent> in method public addEventListener(eventType EventType, listener Consumer<PrimitiveEvent>) : void in class io.atomix.primitive.proxy.impl.LazyPartitionProxy |
From |
To |