Class StoreMigrationResponse

java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreMigrationResponse

public class StoreMigrationResponse extends ControllerResponse
  • Constructor Details

    • StoreMigrationResponse

      public StoreMigrationResponse()
  • Method Details

    • getSrcClusterName

      public String getSrcClusterName()
    • setSrcClusterName

      public void setSrcClusterName(String srcClusterName)
    • isStoreMigrationAllowed

      public boolean isStoreMigrationAllowed()
    • setStoreMigrationAllowed

      public void setStoreMigrationAllowed(boolean storeMigrationAllowed)
    • toString

      public String toString()
      Overrides:
      toString in class ControllerResponse