|
Rename Method public removeNode(path DocumentPath) : Versioned<V> renamed to public remove(path DocumentPath) : Versioned<V> in class io.atomix.core.tree.impl.DefaultAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : Versioned<V> renamed to public remove(path DocumentPath) : Versioned<V> in class io.atomix.core.tree.impl.BlockingAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : CompletableFuture<Versioned<V>> renamed to public remove(path DocumentPath) : CompletableFuture<Versioned<V>> in class io.atomix.core.tree.AsyncAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : CompletableFuture<Versioned<V>> renamed to public remove(path DocumentPath) : CompletableFuture<Versioned<V>> in class io.atomix.core.tree.impl.DelegatingAsyncAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : CompletableFuture<Versioned<V>> renamed to public remove(path DocumentPath) : CompletableFuture<Versioned<V>> in class io.atomix.core.tree.impl.CachingAsyncAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : CompletableFuture<Versioned<byte[]>> renamed to public remove(path DocumentPath) : CompletableFuture<Versioned<byte[]>> in class io.atomix.core.tree.impl.AtomicDocumentTreeProxy |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : CompletableFuture<Versioned<V1>> renamed to public remove(path DocumentPath) : CompletableFuture<Versioned<V1>> in class io.atomix.core.tree.impl.TranscodingAsyncAtomicDocumentTree |
From |
To |
|
Rename Method public removeNode(path DocumentPath) : Versioned<V> renamed to public remove(path DocumentPath) : Versioned<V> in class io.atomix.core.tree.AtomicDocumentTree |
From |
To |