Class LocalBlobStore.LocalBlobGarbageCollector

java.lang.Object
org.nuxeo.ecm.core.blob.LocalBlobStore.LocalBlobGarbageCollector
All Implemented Interfaces:
BinaryGarbageCollector
Enclosing class:
LocalBlobStore

public class LocalBlobStore.LocalBlobGarbageCollector extends Object implements BinaryGarbageCollector
  • Field Details

    • TIME_RESOLUTION

      public static final long TIME_RESOLUTION
      Windows FAT filesystems have a time resolution of 2s. Other common filesystems have 1s.
      See Also:
    • startTime

      protected volatile long startTime
    • status

      protected BinaryManagerStatus status
    • markInMemory

      public volatile boolean markInMemory
    • toDelete

      protected Set<String> toDelete
  • Constructor Details

    • LocalBlobGarbageCollector

      public LocalBlobGarbageCollector()
  • Method Details