palantir / atlasdb

Transactional Distributed Database Layer
https://palantir.github.io/atlasdb/
Apache License 2.0
44 stars 7 forks source link

DefaultOrphanedSentinelDeleter takes a SweepStrategyManager #7136

Closed rhuffy closed 3 weeks ago

rhuffy commented 4 weeks ago
  1. 7135

  2. 7136

  3. 7137

  4. 7138

General

Before this PR: DefaultOrphanedSentinelDeleter takes a Function argument, when it could just be taking the FunctionalInterface SweepStrategyManager.

After this PR:

==COMMIT_MSG== DefaultOrphanedSentinelDeleter takes a SweepStrategyManager ==COMMIT_MSG==

@jeremyk-91 @jkozlowski