Class StoreMigrationManager

java.lang.Object
com.linkedin.venice.controller.multitaskscheduler.ScheduledTaskManager
com.linkedin.venice.controller.multitaskscheduler.StoreMigrationManager

public class StoreMigrationManager extends ScheduledTaskManager
  • Constructor Details

    • StoreMigrationManager

      @Deprecated public StoreMigrationManager(int threadPoolSize, int maxRetryAttempts)
      Deprecated.
      Constructor to initialize the StoreMigrationManager with the specified thread pool size and max retry attempts. Only used for testing purpose, please use createStoreMigrationManager instead.
      Parameters:
      threadPoolSize -
      maxRetryAttempts -
  • Method Details