Class DataRecoveryClient

java.lang.Object
com.linkedin.venice.datarecovery.DataRecoveryClient

public class DataRecoveryClient extends Object
DataRecoveryClient is the central class to manage data recovery feature. It contains three main modules: a data recovery planner, a data recovery executor, and a data recovery monitor. Depending on the different use cases, it delegates the tasks to a specific module.