fed5ae3fed6e5d9758352bfd0299418c30abb896
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package persistPosition(lh LedgerHandle, mdEntry MarkDeleteEntry, callback VoidCallback) : void renamed to package persistPositionToLedger(lh LedgerHandle, mdEntry MarkDeleteEntry, callback VoidCallback) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Extract Method | 1 | ||
Extract Method private persistPosition(cursorsLedgerId long, position PositionImpl, properties Map<String,Long>, callback AsyncCallbacks.CloseCallback, ctx Object) : void extracted from public asyncClose(callback AsyncCallbacks.CloseCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setMaxUnackedRangesToPersistInZk(maxUnackedRangesToPersistInZk int) : void extracted from public getManagedLedgerConfig(topicName DestinationName) : CompletableFuture<ManagedLedgerConfig> in class org.apache.pulsar.broker.service.BrokerService & moved to class org.apache.bookkeeper.mledger.ManagedLedgerConfig | From | To |