Class StoreRequestHandler
java.lang.Object
com.linkedin.venice.controller.server.StoreRequestHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateStore(CreateStoreGrpcRequest request) Creates a new store in the specified Venice cluster with the provided parameters.getAclForStore(GetAclForStoreGrpcRequest request) Validates whether a store has been successfully deleted.
-
Field Details
-
DEFAULT_STORE_OWNER
- See Also:
-
-
Constructor Details
-
StoreRequestHandler
-
-
Method Details
-
createStore
Creates a new store in the specified Venice cluster with the provided parameters.- Parameters:
request- the request object containing all necessary details for the creation of the store
-
updateAclForStore
-
getAclForStore
-
deleteAclForStore
-
checkResourceCleanupForStoreCreation
-
validateStoreDeleted
public ValidateStoreDeletedGrpcResponse validateStoreDeleted(ValidateStoreDeletedGrpcRequest request) Validates whether a store has been successfully deleted.- Parameters:
request- the request containing cluster and store name- Returns:
- response indicating if store is deleted and reason if not
-