Class SpaceListManager

java.lang.Object
org.duracloud.retrieval.mgmt.SpaceListManager
All Implemented Interfaces:
Runnable

public class SpaceListManager extends Object implements Runnable
The SpaceListManager manages the creation of files containing DuraCloud space content IDs for the specified spaces on the local file system. One content file for each space will be created.
  • Constructor Details

    • SpaceListManager

      public SpaceListManager(ContentStore contentStore, File contentDir, List<String> spaces, boolean overwrite, int threads)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • shutdown

      public void shutdown()
      Stops the retrieval of space content listings, no further listings will be retrieved after those which are in progress have completed.
    • isComplete

      public boolean isComplete()