Package com.linkedin.venice.controller
Class StoreDeletedValidation
java.lang.Object
com.linkedin.venice.controller.StoreDeletedValidation
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()
boolean
void
setStoreNotDeleted
(String reason) Marks the store as not fully deleted with the specified reason.toString()
-
Constructor Details
-
StoreDeletedValidation
-
-
Method Details