21ff37510694371855a0f563b98b0cff93f91694
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private buildSet(setSupplier Supplier<CompletableFuture<DistributedSet<E>>>, setWrapper Function<TransactionalSetParticipant<E>,TransactionParticipant<?>>) : CompletableFuture<TransactionalSet<E>> extracted from public buildAsync() : CompletableFuture<TransactionalSet<E>> in class io.atomix.core.transaction.impl.DefaultTransactionalSetBuilder | From | To | |
Extract Method private buildMap(mapSupplier Supplier<CompletableFuture<AtomicMap<K,V>>>, mapWrapper Function<TransactionalMapParticipant<K,V>,TransactionParticipant<?>>) : CompletableFuture<TransactionalMap<K,V>> extracted from public buildAsync() : CompletableFuture<TransactionalMap<K,V>> in class io.atomix.core.transaction.impl.DefaultTransactionalMapBuilder | From | To |