Class 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 Detail

      • SpaceListManager

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

      • 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()