Class LockingCleanup<K,​V>

  • All Implemented Interfaces:
    Runnable

    public class LockingCleanup<K,​V>
    extends Cleanup<K,​V>
    Extension of cleanup that adds a lock to the store. If this lock is there, then no GC will happen. Note that since stores are maps, there is no reason to set the map, just the store.

    Created by Jeff Gaynor
    on 4/11/22 at 1:18 PM