Class StoreDeletedValidation

java.lang.Object
com.linkedin.venice.controller.StoreDeletedValidation

public class StoreDeletedValidation extends Object
Result object for store deletion validation operations. Contains information about whether a store has been successfully deleted and what resources might still exist if deletion is incomplete.
  • Constructor Details

    • StoreDeletedValidation

      public StoreDeletedValidation(String clusterName, String storeName)
  • Method Details

    • getStoreName

      public String getStoreName()
    • getClusterName

      public String getClusterName()
    • isDeleted

      public boolean isDeleted()
    • getError

      public String getError()
    • setStoreNotDeleted

      public void setStoreNotDeleted(String reason)
      Marks the store as not fully deleted with the specified reason.
      Parameters:
      reason - the reason why the store is not considered fully deleted
    • toString

      public String toString()
      Overrides:
      toString in class Object